Skip to main content

CFArrayCreateMutable

Function CFArrayCreateMutable 

Source
pub unsafe extern "C" fn CFArrayCreateMutable(
    allocator: CFAllocatorRef,
    capacity: CFIndex,
    callBacks: *const CFArrayCallBacks,
) -> CFMutableArrayRef
Expand description

Apple SDK function CFArrayCreateMutable.