tls13_record_header
int tls13_record_header(struct tls13_record *_rec, CBS *_cbs);
if (!tls13_record_header(rl->rrec, &header))
if (!tls13_record_header(rec, &cbs)) {