pub type ValueFunction = Box<dyn Fn(&[Value]) -> Value + 'static>;
pub struct ValueFunction(/* private fields */);