pub fn visit_unquoted_string<'ast, V: Visit<'ast> + ?Sized>(
    visitor: &mut V,
    string: &'ast UnquotedString
)