pub fn fold_ident<F>(f: &mut F, node: Ident) -> Ident where
    F: Fold + ?Sized
Available on crate feature fold only.