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