Skip to main content

CFSetRemoveValue

Function CFSetRemoveValue 

Source
pub unsafe extern "C-unwind" fn CFSetRemoveValue(
    the_set: Option<&CFMutableSet>,
    value: *const c_void,
)
👎Deprecated:

renamed to CFMutableSet::remove_value

Available on crate feature CFSet only.