pub fn visit_predicate_lifetime<'ast, V>(
    v: &mut V,
    node: &'ast PredicateLifetime
)where
    V: Visit<'ast> + ?Sized,