pub fn visit_update_statement<'ast, V, T>( visitor: &mut V, node: &'ast UpdateStatement<T>, )where T: AstInfo, V: Visit<'ast, T> + ?Sized,