ossl_quic_handle_events
__owur int ossl_quic_handle_events(SSL *s);
return ossl_quic_handle_events(s) == 1 ? 1 : -1;
return ossl_quic_handle_events(s);