pub unsafe extern "C" fn CSTL_vector_index(
instance: CSTL_VectorRef,
type_: CSTL_Type,
pos: usize,
) -> *mut c_voidExpand description
Returns a pointer to the element at pos.
If pos >= CSTL_vector_size(instance, type) the behavior is undefined.