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