pub fn visit_fn_arg<'ast, V>(v: &mut V, node: &'ast FnArg) where
    V: Visit<'ast> + ?Sized
Available on crate feature visit only.