pub type PbRowsFrameBound = RowsFrameBound;
pub struct PbRowsFrameBound { pub type: i32, pub offset: Option<u64>, }
type: i32
offset: Option<u64>