pub fn cstring<const N: usize>(s: &str) -> Result<CString<N>>
Converts a &str to a null-terminated CString<N>.
&str
CString<N>