A structure describing which descriptor is used for a specified slice, and the size in bytes of the slice
#include <qvm/utils.h>
struct qvm_slice_result {
uint8_t descriptor_idx;
uint8_t nbytes;
} ;
The index of a descriptor array from which a slice is produced, or QVM_SLICE_NO_DESCRIPTOR.
The number of bytes in the slice.