pub fn strip_verbatim(path: PathBuf) -> PathBuf
Remove the \\?\ / //?/ verbatim prefix from a PathBuf. Handles both regular verbatim (\\?\C:\...) and UNC verbatim (\\?\UNC\...).
\\?\
//?/
PathBuf
\\?\C:\...
\\?\UNC\...