pub fn to_native_path_on_windows<'a>( path: impl Into<Cow<'a, BStr>>, ) -> Cow<'a, Path>
Convert paths with slashes to backslashes on Windows and do nothing on Unix, but panic if unpaired surrogates are encountered on Windows.