macro_rules! declare_entrypoint_with_stack_init { ($f:ident($( $i:ident: $t:ty ),* $(,)?)) => { ... }; }