macro_rules! stateful_action {
    ($actions_group:expr, $name:expr, $state:expr, $callback:expr) => { ... };
    ($actions_group:expr, $name:expr, $param_type:expr, $state:expr, $callback:expr) => { ... };
}