pub unsafe extern "C-unwind" fn CFPropertyListCreateFromXMLData(
allocator: Option<&CFAllocator>,
xml_data: Option<&CFData>,
mutability_option: CFOptionFlags,
error_string: *mut *const CFString,
) -> Option<CFRetained<CFPropertyList>>๐Deprecated:
Use CFPropertyListCreateWithData instead.
Available on crate features
CFData and CFPropertyList only.Expand description
ยงSafety
allocatormight not allowNone.xml_datamight not allowNone.error_stringmust be a valid pointer.