Skip to main content

CFSetGetValueIfPresent

Function CFSetGetValueIfPresent 

Source
pub unsafe extern "C-unwind" fn CFSetGetValueIfPresent(
    the_set: &CFSet,
    candidate: *const c_void,
    value: *mut *const c_void,
) -> bool
👎Deprecated:

renamed to CFSet::value_if_present

Available on crate feature CFSet only.