Function CSTL_vector_index

Source
pub unsafe extern "C" fn CSTL_vector_index(
    instance: CSTL_VectorRef,
    type_: CSTL_Type,
    pos: usize,
) -> *mut c_void
Expand description

Returns a pointer to the element at pos.

If pos >= CSTL_vector_size(instance, type) the behavior is undefined.