CFPropertyListCreateFromXMLData

Function CFPropertyListCreateFromXMLData 

Source
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

  • allocator might not allow None.
  • xml_data might not allow None.
  • error_string must be a valid pointer.