Function core_foundation_sys::set::CFSetGetValueIfPresent

source ยท
pub unsafe extern "C" fn CFSetGetValueIfPresent(
    theSet: CFSetRef,
    candidate: *const c_void,
    value: *mut *const c_void,
) -> Boolean