pub(crate) fn derive_enum_encode( ident: &Ident, variants: &Punctuated<Variant, Comma>, ) -> TokenStream