pub type OutputCallback = Arc<dyn Fn(OutputEvent) + Send + Sync>;
输出回调函数类型
pub struct OutputCallback { /* private fields */ }