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
allocator
might not allowNone
.property_list
should be of the correct type.property_list
might not allowNone
.