macro_rules! impl_transit_and_into_task_state {
    ( $cur:ty => $next:ty ) => { ... };
}