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