IS_QUIC_METHOD
#define IS_QUIC_CTX(ctx) IS_QUIC_METHOD((ctx)->method)
if (IS_QUIC_METHOD(ctx->method))
if (IS_QUIC_METHOD(meth)) {
|| (s->type == SSL_TYPE_SSL_CONNECTION && IS_QUIC_METHOD(meth)))