pub unsafe extern "C" fn CSTL_vector_data(
instance: CSTL_VectorRef,
) -> *mut 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.