Function CFArrayGetValueAtIndex

Source
pub unsafe extern "C" fn CFArrayGetValueAtIndex(
    theArray: CFArrayRef,
    idx: CFIndex,
) -> *const c_void