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.