QLOG_EVENT_TYPE_NONE
if (!ossl_assert(qlog->event_type == QLOG_EVENT_TYPE_NONE)
if (!ossl_assert(qlog != NULL && qlog->event_type != QLOG_EVENT_TYPE_NONE))
qlog->event_type = QLOG_EVENT_TYPE_NONE;
if (filters[idx].expect_event_type != QLOG_EVENT_TYPE_NONE)