pub unsafe extern "C-unwind" fn CFArrayCreateMutableCopy(
allocator: Option<&CFAllocator>,
capacity: CFIndex,
the_array: Option<&CFArray>,
) -> Option<CFRetained<CFMutableArray>>
👎Deprecated: renamed to
CFMutableArray::new_copy
Available on crate feature
CFArray
only.