Function CSTL_vector_data

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