pub fn walk_pattern_arguments<'a, V>( visitor: &mut V, pattern_arguments: &'a PatternArguments, )where V: Visitor<'a> + ?Sized,