pub fn visit_format_mut<'ast, V, T>(visitor: &mut V, node: &'ast mut Format<T>)
where T: AstInfo, V: VisitMut<'ast, T> + ?Sized,