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