Macro exported_func

Source
macro_rules! exported_func {
    {$($meta: meta)? $($inner: tt)*} => { ... };
}