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