pub unsafe extern "C-unwind" fn CFPropertyListCreateXMLData(
allocator: Option<&CFAllocator>,
property_list: Option<&CFPropertyList>,
) -> Option<CFRetained<CFData>>๐Deprecated:
Use CFPropertyListCreateData instead.
Available on crate features
CFData and CFPropertyList only.Expand description
ยงSafety
allocatormight not allowNone.property_listshould be of the correct type.property_listmight not allowNone.