Skip to main content

CFArrayGetValueAtIndex

Function CFArrayGetValueAtIndex 

Source
pub unsafe extern "C-unwind" fn CFArrayGetValueAtIndex(
    the_array: &CFArray,
    idx: CFIndex,
) -> *const c_void
👎Deprecated:

renamed to CFArray::value_at_index

Available on crate feature CFArray only.