pub type PbKeyRange = KeyRange;
struct PbKeyRange { pub left: Vec<u8>, pub right: Vec<u8>, pub left_bound: i32, pub right_bound: i32, }
left: Vec<u8>
right: Vec<u8>
left_bound: i32
right_bound: i32