pub trait OsStrExt { // Required method fn from_bytes(_: &[u8]) -> &OsStr; }
Convert raw bytes to OsStr
On windows, when the data is not UTF-8 encoded, this panics!