macro_rules! make_state_change {
    ($fn_name:ident, $state:ident, $render_msg:ident) => { ... };
}