ossl_quic_pkt_type_to_enc_level
enc_level = ossl_quic_pkt_type_to_enc_level(ch->qrx_pkt->hdr->type);
enc_level = ossl_quic_pkt_type_to_enc_level(pkt->hdr->type);
enc_level = ossl_quic_pkt_type_to_enc_level(qpacket->hdr->type);
= ossl_quic_pkt_type_to_enc_level(op->pkt->hdr->type);