tls13_record_new
struct tls13_record *tls13_record_new(void);
if ((rl->wrec = tls13_record_new()) == NULL)
if ((rl->rrec = tls13_record_new()) == NULL)
if ((rec = tls13_record_new()) == NULL)
if ((rec = tls13_record_new()) == NULL)