pub fn str_to_cstr(s: &str) -> *const c_char
Create a C string pointer to newly allocated memory from a &str.
&str
Panics if the input string contains interior null bytes.