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