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