BHND_NV_ASSERT
#define BHND_NV_ASSERT(expr, ...) KASSERT(expr, __VA_ARGS__)
#define BHND_NV_ASSERT(expr, msg) do { \
#define BHND_NV_ASSERT(expr, msg)