STOREPTR
#define STOREPTR(PTR, TYPE, VAL) (*(void **)(VAL) = (PTR))
#define STOREPTR(PTR, PTRINFO, VAL) \