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