SSL_QUIC_METHOD
int SSL_CTX_set_quic_method(SSL_CTX *ctx, const SSL_QUIC_METHOD *quic_method);
int SSL_set_quic_method(SSL *ssl, const SSL_QUIC_METHOD *quic_method);
SSL_CTX_set_quic_method(SSL_CTX *ctx, const SSL_QUIC_METHOD *quic_method)
SSL_set_quic_method(SSL *ssl, const SSL_QUIC_METHOD *quic_method)
const SSL_QUIC_METHOD *quic_method;
const SSL_QUIC_METHOD *quic_method;
const SSL_QUIC_METHOD quic_method = {
const SSL_QUIC_METHOD quic_method = {0};
const SSL_QUIC_METHOD quic_method = {0};
SSL_QUIC_METHOD* quic_method;
quic_method = calloc(1, sizeof(SSL_QUIC_METHOD));
SSL_QUIC_METHOD* quic_method;
quic_method = calloc(1, sizeof(SSL_QUIC_METHOD));
static SSL_QUIC_METHOD quic_method;