pub unsafe extern "C" fn CFArrayInsertValueAtIndex(
theArray: CFMutableArrayRef,
idx: CFIndex,
value: *const c_void,
)Expand description
Apple SDK function CFArrayInsertValueAtIndex.
pub unsafe extern "C" fn CFArrayInsertValueAtIndex(
theArray: CFMutableArrayRef,
idx: CFIndex,
value: *const c_void,
)Apple SDK function CFArrayInsertValueAtIndex.