pub fn get_function(name: &str) -> Option<&'static Function>
Look up a function by name.
Returns None if the function is not a known built-in.
None