pub unsafe extern "C" fn CSTL_vector_const_data(
context: CSTL_VectorCtx,
) -> *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.