pub fn parse_raw_string<'a>(input: &mut &'a str) -> WResult<&'a str>
Parse a raw string r#“…”# or r“…“ (compat) without processing escapes.