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