pub type Value = Vec<u8>;
Value is just a vector of bytes. Value sizes up to 4Gb are allowed.
struct Value { /* private fields */ }