pub unsafe extern "C-unwind" fn CFSetAddValue(
the_set: Option<&CFMutableSet>,
value: *const c_void,
)👎Deprecated: renamed to
CFMutableSet::add_valueAvailable on crate feature
CFSet only.pub unsafe extern "C-unwind" fn CFSetAddValue(
the_set: Option<&CFMutableSet>,
value: *const c_void,
)CFMutableSet::add_valueCFSet only.