DECODE_DOUBLE
#define DECODE_DOUBLE(from, to) *((double *)(to)) = *((double *)(from))
#define DECODE_DOUBLE(from, to) \