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