pub unsafe extern "C-unwind" fn CFStringGetCString(
the_string: &CFString,
buffer: *mut c_char,
buffer_size: CFIndex,
encoding: CFStringEncoding,
) -> bool
Available on crate features
CFBase
and CFString
only.