pub fn fold_predicate_lifetime<F>(
    f: &mut F,
    node: PredicateLifetime
) -> PredicateLifetime
where F: Fold + ?Sized,