tls13_handshake_msg_type
if (tls13_handshake_msg_type(ctx->hs_msg) == TLS13_MT_CERTIFICATE) {
msg_type = tls13_handshake_msg_type(ctx->hs_msg);
uint8_t tls13_handshake_msg_type(struct tls13_handshake_msg *msg);
s->s3->hs.tls12.message_type = tls13_handshake_msg_type(ctx->hs_msg);
switch(tls13_handshake_msg_type(ctx->hs_msg)) {