pub fn bytes_to_host(bytes: &[u8]) -> Result<OsString>
Convert a byte sequence which is either plain UTF-8 or an ARF encoding into a OsString ready for use in Windows-style APIs.
OsString