pub unsafe extern "C-unwind" fn CFStringGetCString(
the_string: &CFString,
buffer: *mut c_char,
buffer_size: CFIndex,
encoding: CFStringEncoding,
) -> bool
👎Deprecated: renamed to
CFString::c_string
Available on crate feature
CFString
only.