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