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