Function core_foundation::array::CFArrayApplyFunction[][src]

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
)