Function core_foundation::array::CFArrayApplyFunction

source ยท
pub unsafe extern "C" fn CFArrayApplyFunction(
    theArray: *const __CFArray,
    range: CFRange,
    applier: extern "C" fn(_: *const c_void, _: *mut c_void),
    context: *mut c_void,
)