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