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