cper_memory_error_type
static const char *const cper_memory_error_type[] = {
const char *n = t < __arraycount(cper_memory_error_type)
? cper_memory_error_type[t] : NULL;