pub(crate) fn rewrite_macro(
    mac: &MacCall,
    extra_ident: Option<Ident>,
    context: &RewriteContext<'_>,
    shape: Shape,
    position: MacroPosition
) -> Option<String>