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