pub fn str_to_cstring<S: AsRef<str> + Debug>(s: S) -> CString
Expand description

Converts a Rust String to a CString.