CBS_get_last_u8
if (!CBS_get_last_u8(&cbs, &u8))
if (!CBS_get_last_u8(cbs, &v))
if (!CBS_get_last_u8(&cbs, &c))
if (!CBS_get_last_u8(&cbs, &nul))
if (!CBS_get_last_u8(cbs, &v))
int CBS_get_last_u8(CBS *cbs, uint8_t *out);
if (!CBS_get_last_u8(cbs, &octet))
int CBS_get_last_u8(CBS *cbs, uint8_t *out);
while (CBS_get_last_u8(&inner, &content_type)) {
if (!CBS_get_last_u8(&cbs, &want))
if (!CBS_get_last_u8(&p->cbs, &got))
if (!CBS_get_last_u8(&p->cbs, &u8))
CHECK(CBS_get_last_u8(&data, &u8));
CHECK(CBS_get_last_u8(&data, &u8));
CHECK(!CBS_get_last_u8(&data, &u8));