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