pub const MAX_KVP_VALUE_LEN: usize = 65535;
Maximum value length for a Key-Value Pair: 2^16 - 1 bytes.