pub fn create_function_map() -> HashMap<String, Box<dyn Fn(&mut Engine) -> Result<EngineSignal, String> + Send + Sync + 'static>>
Create a map of every available function and it’s respective command