pub fn fold_ident<F, T: AstInfo, T2: AstInfo>( folder: &mut F, node: Ident) -> Ident where F: Fold<T, T2> + ?Sized,