pub unsafe extern "C-unwind" fn CFStringCreateWithCString(
alloc: Option<&CFAllocator>,
c_str: *const c_char,
encoding: CFStringEncoding,
) -> Option<CFRetained<CFString>>👎Deprecated:
renamed to CFString::with_c_string
Available on crate feature
CFString only.