Function CSTL_vector_const_back

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

Returns a const pointer to the last element in the vector.

If CSTL_vector_empty(instance) == true the behavior is undefined.