pub unsafe extern "C" fn SSL_CTX_set_quic_method(
    ctx: *mut SSL_CTX,
    quic_method: *const SSL_QUIC_METHOD
) -> c_int