NVIF_PRINT
#define NVIF_DEBUG(o,f,a...) NVIF_PRINT(debugf, (o), f, ##a)
#define NVIF_ERROR(o,f,a...) NVIF_PRINT(errorf, (o), f, ##a)