Function CSTL_vector_const_at

Source
pub unsafe extern "C" fn CSTL_vector_const_at(
    instance: CSTL_VectorCRef,
    type_: CSTL_Type,
    pos: usize,
) -> *const c_void
Expand description

Returns a const pointer to the element at pos.

If pos >= CSTL_vector_size(instance, type) a null pointer is returned.