fn write_os_string(f: &mut Formatter<'_>, s: &OsStr) -> Result<(), Error>Expand description
Writes an OsStr to stdout.
When the input contains unprintable (not validly encoded) characters, a warning is also written, but the function does not fail.