Skip to main content

CFArrayGetValues

Function CFArrayGetValues 

Source
pub unsafe extern "C-unwind" fn CFArrayGetValues(
    the_array: &CFArray,
    range: CFRange,
    values: *mut *const c_void,
)
👎Deprecated:

renamed to CFArray::values

Available on crate feature CFArray only.