CBS_get_last_u8
int CBS_get_last_u8(CBS *cbs, uint8_t *out);
if (!CBS_get_last_u8(cbs, &octet))
while (CBS_get_last_u8(&inner, &content_type)) {