nlm_status_code
#undef nlm_status_code
#define nlm_status_code(x) TRACE_DEFINE_ENUM(NLM_##x);
#define nlm_status_code(x) { NLM_##x, #x },