CStr
Rustで Cの文字列を表現する型
nul-terminated array of bytes
It can be constructed safely from a &[u8] slice, or unsafely from a raw *const c_char.
UTF-8 としてValidならstr に変換できる
CのFFI境界とか、システムコールに文字列を渡したいときとかに使う