pub struct CStr { /* private fields */ }
Representation of a borrowed C string.
This type represents a borrowed reference to a nul-terminated array of bytes. It can be constructed safely from a &[
&[