pub fn gen_enum_from_glib( enum_name: &Ident, enum_variants: &Punctuated<Variant, Comma>, ) -> TokenStream