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