pub const MAX_KEY_SIZE: usize = raw::MAX_KEY_SIZE; // 64usize
Maximum supported key size.
Keys can be any length, between 0 and this value, both included.
Default: 64.