DECODE_LONG
#define DECODE_LONG(from, to) *((long *)(to)) = *((long *)(from))
#define DECODE_LONG(from, to) \