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