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