pub fn str_to_cstr(s: &str) -> *const c_char
Create a C string pointer to newly allocated memory from a &str.