Macro declare_entrypoint

Source
macro_rules! declare_entrypoint {
    (($( $i:ident: $t:ty ),* $(,)?) -> ! $body:block) => { ... };
}