pub fn start_exact_trace( command: Command, emit: Box<dyn Fn(ExactTraceEvent) + Send>, complete: Box<dyn FnOnce() + Send>, ) -> Result<TracedChild>