pub type PbIndexAndExpr = IndexAndExpr;
struct PbIndexAndExpr { pub index: u32, pub expr: Option<ExprNode>, }
index: u32
expr: Option<ExprNode>