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