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