pub fn unix_to_sys(path: &str) -> Cow<'_, str>
Converts Unix paths into System paths. This is a noop on Unix systems, and replaces forward slash directory separators with backslashes on Windows.