pub fn to_native_path_on_windows<'a>(
path: impl Into<Cow<'a, BStr>>,
) -> Cow<'a, Path>
Expand description
Convert paths with slashes to backslashes on windows and do nothing on unix, but panics if malformed surrogates are encountered on windows.