pub type PbBound = Bound;
struct PbBound { pub type: i32, pub offset: Option<Offset>, }
type: i32
offset: Option<Offset>