pub fn unescape_unquote_string(
    bytes: &[u8],
    span: Span
) -> (String, Option<ParseError>)