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