Function CSTL_vector_const_data

Source
pub unsafe extern "C" fn CSTL_vector_const_data(
    instance: CSTL_VectorCRef,
) -> *const c_void
Expand 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.