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
)