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