CBS_peek_u16
if (!CBS_peek_u16(cbs, &eoc))
int CBS_peek_u16(CBS *cbs, uint16_t *out);
CHECK(CBS_peek_u16(&data, &u16));