alert_description
#undef alert_description
#define alert_description(x) TRACE_DEFINE_ENUM(TLS_ALERT_DESC_##x);
#define alert_description(x) { TLS_ALERT_DESC_##x, #x },