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