pub(crate) fn rewrite_match(
    context: &RewriteContext<'_>,
    cond: &Expr,
    arms: &[Arm],
    shape: Shape,
    span: Span,
    attrs: &[Attribute]
) -> Option<String>