VdbeOp
VdbeOp *pOp = sqliteVdbeGetOp(v, addr-2);
typedef struct VdbeOp VdbeOp;
VdbeOp *sqliteVdbeGetOp(Vdbe*, int);
typedef struct VdbeOp Op;
VdbeOp *pOut = &p->aOp[i+addr];
VdbeOp *sqliteVdbeGetOp(Vdbe *p, int addr){
VdbeOp *pOp;