macro_rules! bound_state_enum_impl {
    ($e_name: ident, $($id: expr, $name: ident)*) => { ... };
}