ENUM_TYPE_A
var_a = (enum ENUM_TYPE_A) VALUE_B;
var_a = (enum ENUM_TYPE_A) 0;
static void take_enum_of_type_a(enum ENUM_TYPE_A arg_enum)