SSL_CTX_set_quic_method
LSSL_USED(SSL_CTX_set_quic_method);
int SSL_CTX_set_quic_method(SSL_CTX *ctx, const SSL_QUIC_METHOD *quic_method);
LSSL_ALIAS(SSL_CTX_set_quic_method);
if (!SSL_CTX_set_quic_method(ssl_ctx, &quic_method)) {
if (!SSL_CTX_set_quic_method(ssl_ctx, &quic_method)) {
SSL_CTX_set_quic_method(ctx, doq_socket->quic_method);
SSL_CTX_set_quic_method(ctx, doq_socket->quic_method);
SSL_CTX_set_quic_method(ctx, &quic_method);