ossl_quic_srtm_new
if ((srtm = ossl_quic_srtm_new(NULL, NULL)) == NULL) {
QUIC_SRTM *ossl_quic_srtm_new(OSSL_LIB_CTX *libctx, const char *propq);
if ((port->srtm = ossl_quic_srtm_new(port->engine->libctx,
if (!TEST_ptr(srtm = ossl_quic_srtm_new(NULL, NULL)))