pub fn to_windows_separators<'a>( path: impl Into<Cow<'a, BStr>>, ) -> Cow<'a, BStr>
Find slashes and replace them with backslashes, unconditionally.
Note Do not use these and prefer the conditional versions of this method.