crypto_release_rcd_cb
int (*crypto_release_rcd_cb)(size_t bytes_read, void *arg);
tls_args.crypto_release_rcd_cb = ch_on_crypto_release_record;
if (!rl->qtls->args.crypto_release_rcd_cb(rl->recread,
|| args->crypto_release_rcd_cb == NULL) {
|| qtcb->crypto_release_rcd_cb == NULL
qtlsargs.crypto_release_rcd_cb = crypto_release_rcd_cb;
return sc->qtcb.crypto_release_rcd_cb(s, bytes_read, sc->qtarg);
if (qtcb->crypto_release_rcd_cb == NULL)
qtcb->crypto_release_rcd_cb = OSSL_FUNC_SSL_QUIC_TLS_crypto_release_rcd(qtdis);
int (*crypto_release_rcd_cb)(SSL *s, size_t bytes_read, void *arg);
(void (*)(void))crypto_release_rcd_cb },
(void (*)(void))crypto_release_rcd_cb },