macro_rules! state_function {
    ( $func:expr, $calc:ty) => { ... };
}