Function CFPropertyListCreateXMLData

Source
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 CFBase and CFData and CFPropertyList only.