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