CFSetGetValue

Function CFSetGetValue 

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