pub unsafe extern "C" fn CSTL_vector_begin(
instance: CSTL_VectorCRef,
type_: CSTL_Type,
) -> CSTL_VectorIterExpand description
Construct an iterator to the first element of the vector.
If the vector is empty: CSTL_vector_iterator_eq(begin, end) == true.