Function core_foundation_sys::array::CFArrayCreateMutable

source ยท
pub unsafe extern "C" fn CFArrayCreateMutable(
    allocator: CFAllocatorRef,
    capacity: CFIndex,
    callBacks: *const CFArrayCallBacks,
) -> CFMutableArrayRef