Function core_foundation::dictionary::CFDictionaryApplyFunction
source ยท 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,
)