[][src]Function core_foundation::dictionary::CFDictionaryApplyFunction

pub unsafe extern "C" fn CFDictionaryApplyFunction(
    theDict: *const __CFDictionary,
    applier: extern "C" fn(*const c_void, *const c_void, *mut c_void),
    context: *mut c_void
)