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