pub fn visit_fn_arg_mut<V>(v: &mut V, node: &mut FnArg) where
    V: VisitMut + ?Sized
Available on crate feature visit-mut only.