Function CSTL_vector_front

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

Returns a pointer to the first element in the vector.

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