enum_string_lookup
if (enums != NULL && (string = enum_string_lookup(enums, int_val))
char *enum_string_lookup(struct enum_pairs *, int32_t);