Skip to main content

CFSetApplyFunction

Function CFSetApplyFunction 

Source
pub unsafe extern "C-unwind" fn CFSetApplyFunction(
    the_set: &CFSet,
    applier: CFSetApplierFunction,
    context: *mut c_void,
)
👎Deprecated:

renamed to CFSet::apply_function

Available on crate feature CFSet only.