Skip to main content

CFArrayGetValueAtIndex

Function CFArrayGetValueAtIndex 

Source
pub unsafe extern "C" fn CFArrayGetValueAtIndex(
    the_array: CFArrayRef,
    idx: isize,
) -> *const c_void
Available on crate feature raw-ffi only.