PGCOUNT_ADD
#define PGCOUNT_INC(alias, proto) PGCOUNT_ADD(alias, proto, 1)
#define PGCOUNT_DEC(alias, proto) PGCOUNT_ADD(alias, proto, -1)