pub type PbRangeFrameBound = RangeFrameBound;
pub struct PbRangeFrameBound { pub type: i32, pub offset: Option<Datum>, }
type: i32
offset: Option<Datum>