pub type TracingEventHandler = Arc<dyn Fn(&Event<'_>) + Send + Sync + 'static>;
pub struct TracingEventHandler { /* private fields */ }