Example Code
enum Colors{red, green, blue};
// Note that if you reverse engineer the preceding code
// and then regenerate, name mangling will result in the
// following code
enum Colors{Colors_red, Colors_green, Colors_blue};