pub fn escape_os(string: &OsStr) -> String
Escapes an OS string into a human readable string.
This is like escape, but accepts an OS string.
escape