pub(crate) fn str_to_c_string(s: &str) -> SzResult<CString>
Converts a Rust string to a C string (Internal)