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