pub type ValueConstraintFn = Box<dyn Fn(&Value) -> bool>;
pub struct ValueConstraintFn(/* private fields */);