pub type StderrCallback = Arc<dyn Fn(String) + Send + Sync>;
Callback type for receiving stderr output lines from the CLI process.
pub struct StderrCallback { /* private fields */ }