pub fn walk_string_literal<'a, V>( _visitor: &V, _string_literal: &'a StringLiteral, )where V: Visitor<'a> + ?Sized,