macro_rules! native_enum { ($name:ident,$native_name:ident { $($rust:ident => $native:ident),* }) => { ... }; }