Function CSTL_vector_back

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

Returns a pointer to the last element in the vector.

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