pub fn with_c_str<F, T>(s: &str, f: F) -> Twhere F: FnOnce(*const c_char) -> T,
Replacement for ToCStr::with_c_str
ToCStr::with_c_str