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