fn parse_quoted_string(s: &str) -> Result<String, String>
Parse "escaped string" and return the unescaped content.
"escaped string"