CBS_offset
if (!CBS_skip(&cbs_object, CBS_offset(&cbs_object_content)))
if (!CBS_skip(cbs, CBS_offset(&cbs_object)))
if (!CBS_skip(&cbs_exp, CBS_offset(&cbs_exp_content)))
if (!CBS_skip(cbs, CBS_offset(&cbs_exp)))
CBS_offset(cbs_object)))
if (!CBS_skip(cbs, CBS_offset(cbs_object)))
if (!CBS_skip(&cbs_seq, CBS_offset(&cbs_seq_content)))
if (!CBS_get_bytes(cbs, &cbs_object, CBS_offset(&cbs_seq)))
size_t CBS_offset(const CBS *cbs);
size_t CBS_offset(const CBS *cbs);