pub fn walk_pattern_keyword<'a, V>( visitor: &mut V, pattern_keyword: &'a PatternKeyword, )where V: Visitor<'a> + ?Sized,