pub unsafe extern "C-unwind" fn CFPropertyListCreateData(
allocator: Option<&CFAllocator>,
property_list: Option<&CFPropertyList>,
format: CFPropertyListFormat,
options: CFOptionFlags,
error: *mut *mut CFError,
) -> Option<CFRetained<CFData>>Available on crate features
CFData and CFError and CFPropertyList only.Expand description
ยงSafety
allocatormight not allowNone.property_listshould be of the correct type.property_listmight not allowNone.errormust be a valid pointer.