peek_byte
if (peek_byte(state, &next) == DECODE_ERROR)
while ((res = peek_byte(state, &byte)) != DECODE_ERROR) {
res = peek_byte(state, NULL);
static enum decode_result peek_byte(struct x86_decode_state *, uint8_t *);