pub(crate) fn get_string_literal( permit_byte_strings: bool, tokens: impl Iterator<Item = TokenTree>, ) -> Result<(Span, Vec<u8>), Error>