pub fn to_unix_separators<'a>(path: impl Into<Cow<'a, BStr>>) -> Cow<'a, BStr>
Replaces windows path separators with slashes, unconditionally.
Note Do not use these and prefer the conditional versions of this method.