pub unsafe extern "C" fn CSTL_vector_const_front(
instance: CSTL_VectorCRef,
) -> *const c_voidExpand description
Returns a const pointer to the first element in the vector.
If CSTL_vector_empty(instance) == true the behavior is undefined.
pub unsafe extern "C" fn CSTL_vector_const_front(
instance: CSTL_VectorCRef,
) -> *const c_voidReturns a const pointer to the first element in the vector.
If CSTL_vector_empty(instance) == true the behavior is undefined.