pub type ValueNumber = Value<i64>;
pub enum ValueNumber { Value(i64), Null, Unknown, }
Value is present
No value is present
Value is unknown