pub fn with_exec( graph: Arc<Mutex<Graph>>, args: Vec<String>, ext: Arc<Box<dyn Extension + Send + Sync>>, ) -> Result<(), Error>