pub type ExternFn = Box<dyn Fn(&[Value]) -> Result<Value, EvalError> + Send + Sync>;
Boxed pure extern function stored in ExternMap.
ExternMap
pub struct ExternFn(/* private fields */);