PACKETPTR
#ifdef PACKETPTR
int (*compress)(void *state, PACKETPTR *mret,
PACKETPTR mp, int orig_len, int max_len);
int (*decompress)(void *state, PACKETPTR mp,
PACKETPTR *dmpp);
void (*incomp)(void *state, PACKETPTR mp);