DPROV_DEBUG
#define DPROV_DEBUG(f, x) if (dprov_debug & (f)) { (void) printf x; }
#define DPROV_DEBUG(f, x)