pub type PbKeyRange = KeyRange;
struct PbKeyRange { pub left: Vec<u8>, pub right: Vec<u8>, pub right_exclusive: bool, }
left: Vec<u8>
right: Vec<u8>
right_exclusive: bool