pub fn visit_bound_lifetimes<'ast, V>(v: &mut V, node: &'ast BoundLifetimes) where
    V: Visit<'ast> + ?Sized
This is supported on crate feature visit only.