POOL_MAGICBIT
#define POOL_PHPOISON(ph) ISSET((ph)->ph_magic, POOL_MAGICBIT)
SET(ph->ph_magic, POOL_MAGICBIT);
CLR(ph->ph_magic, POOL_MAGICBIT);