DECODE_SHORT
#define DECODE_SHORT(from, to) *((short *)(to)) = *((short *)(from))
#define DECODE_SHORT(from, to) \