pub unsafe extern "C-unwind" fn CFPropertyListCreateDeepCopy(
allocator: Option<&CFAllocator>,
property_list: Option<&CFPropertyList>,
mutability_option: CFOptionFlags,
) -> Option<CFRetained<CFPropertyList>>Available on crate feature
CFPropertyList only.Expand description
ยงSafety
allocatormight not allowNone.property_listshould be of the correct type.property_listmight not allowNone.