pub unsafe extern "C" fn CSTL_vector_const_data(
instance: CSTL_VectorCRef,
) -> *const c_voidExpand description
Returns a pointer to the underlying storage.
The returned pointer is valid even if the vector is empty, in which case it is not dereferenceable.