ossl_quic_channel_new_stream_local
QUIC_STREAM *ossl_quic_channel_new_stream_local(QUIC_CHANNEL *ch, int is_uni);
qs = ossl_quic_channel_new_stream_local(qc->ch, is_uni);
if ((qs = ossl_quic_channel_new_stream_local(srv->ch, is_uni)) == NULL)