Skip to main content

CFSetSetValue

Function CFSetSetValue 

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

renamed to CFMutableSet::set_value

Available on crate feature CFSet only.