Skip to main content

CFSetContainsValue

Function CFSetContainsValue 

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

renamed to CFSet::contains_value

Available on crate feature CFSet only.