pub type MacroExpanderFn = for<'cx> fn(_: &'cx mut ExtCtxt<'_>, _: Span, _: TokenStream) -> Box<dyn MacResult + 'cx>;