pub fn string_to_c(s: &str) -> *const c_char
Convert Rust string to C string (caller must free)
Panics if the string contains null bytes