DPFPRINTF
#define DPFPRINTF(format, x...) fprintf(stderr, format , ##x)
#define DPFPRINTF(format, x...) ((void)0)
#define DPFPRINTF(n, fmt, x...) \