pub unsafe extern "C-unwind" fn CFArrayCreateMutable(
allocator: Option<&CFAllocator>,
capacity: CFIndex,
call_backs: *const CFArrayCallBacks,
) -> Option<CFRetained<CFMutableArray>>
👎Deprecated: renamed to
CFMutableArray::new
Available on crate feature
CFArray
only.