pub fn fix_unc_path(res: &Path) -> PathBuf
On windows removes the \\?\\ prefix to UNC paths. For other operation systems just turns the Path into a PathBuf
\\?\\
Path
PathBuf