pub unsafe extern "C" fn CSTL_vector_back(
instance: CSTL_VectorRef,
type_: CSTL_Type,
) -> *mut c_voidExpand description
Returns a pointer to the last element in the vector.
If CSTL_vector_empty(instance) == true the behavior is undefined.