pub fn fold_set_role_var<F, T, T2>( folder: &mut F, node: SetRoleVar, ) -> SetRoleVarwhere T: AstInfo, T2: AstInfo, F: Fold<T, T2> + ?Sized,