The underlying OsString/OsStr implementation on Unix and many other systems: just a Vec<u8>/[u8].
Vec<u8>
[u8]