pub fn path_windows_to_unix<P: AsRef<Path> + PathBufExt>( path: P, ) -> Result<PathBuf>
Converts a Windows path into a Unix path.