declare_entrypoint_with_stack_init

Macro declare_entrypoint_with_stack_init 

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