[][src]Function core_foundation::set::CFSetApplyFunction

pub unsafe extern "C" fn CFSetApplyFunction(
    theSet: *const __CFSet,
    applier: extern "C" fn(*const c_void, *const c_void),
    context: *const c_void
)