pub unsafe extern "C-unwind" fn CFStringCreateWithCString(
alloc: Option<&CFAllocator>,
c_str: *const c_char,
encoding: CFStringEncoding,
) -> Option<CFRetained<CFString>>
Available on crate features
CFBase
and CFString
only.