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