CFPropertyListCreateXMLData

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 CFData and CFPropertyList only.
Expand description

ยงSafety

  • allocator might not allow None.
  • property_list should be of the correct type.
  • property_list might not allow None.