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