ossl_quic_txfc_get_cwm
uint64_t ossl_quic_txfc_get_cwm(QUIC_TXFC *txfc);
ossl_quic_txfc_get_cwm(&ch->conn_txfc));
uint64_t cwm = ossl_quic_txfc_get_cwm(&xso->stream->txfc);
&& ossl_quic_txfc_get_cwm(&xso->stream->txfc)
if (!TEST_uint64_t_eq(ossl_quic_txfc_get_cwm(txfc), 2000))
if (!TEST_uint64_t_eq(ossl_quic_txfc_get_cwm(txfc), 2500))
if (!TEST_uint64_t_eq(ossl_quic_txfc_get_cwm(txfc), 2000))