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