Przeglądaj źródła

Add missing last element of the uts46 mapping table

Markus Westerlind 8 lat temu
rodzic
commit
1525ea6b24
2 zmienionych plików z 7619 dodań i 7615 usunięć
  1. 2 1
      idna/src/make_uts46_mapping_table.py
  2. 7617 7614
      idna/src/uts46_mapping_table.rs

+ 2 - 1
idna/src/make_uts46_mapping_table.py

@@ -143,6 +143,7 @@ def merge_single_char_ranges(ranges):
         ret = current
         current = []
         yield ret
+    yield current
 
 optimized_ranges = list(merge_single_char_ranges(optimized_ranges))
 
@@ -174,7 +175,7 @@ for ranges in optimized_ranges:
     for (first, last, mapping, unicode_str) in ranges:
         if unicode_str is not None:
             mapping += rust_slice(strtab_slice(unicode_str))
-        print("%s, " % mapping)
+        print("    %s," % mapping)
 
 print("];\n")
 

+ 7617 - 7614
idna/src/uts46_mapping_table.rs

@@ -1586,6 +1586,7 @@ static TABLE: &'static [Range] = &[
     Range { from: '\u{2fa00}', to: '\u{2fa1d}', },
     Range { from: '\u{2fa1e}', to: '\u{e00ff}', },
     Range { from: '\u{e0100}', to: '\u{e01ef}', },
+    Range { from: '\u{e01f0}', to: '\u{10ffff}', },
 ];
 
 static INDEX_TABLE: &'static [u16] = &[
@@ -3166,7623 +3167,7625 @@ static INDEX_TABLE: &'static [u16] = &[
     7582 | 0, 
     7612 | 32768, 
     7613 | 32768, 
+    7614 | 32768, 
 ];
 
 static MAPPING_TABLE: &'static [Mapping] = &[
-DisallowedStd3Valid, 
-Valid, 
-DisallowedStd3Valid, 
-Valid, 
-DisallowedStd3Valid, 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }), 
-DisallowedStd3Valid, 
-Valid, 
-DisallowedStd3Valid, 
-Disallowed, 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 0, byte_len: 1 }), 
-Valid, 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 27, byte_start_hi: 0, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }), 
-Valid, 
-Ignored, 
-Valid, 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 0, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 33, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 0, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 35, byte_start_hi: 0, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 0, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 43, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 0, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 49, byte_start_hi: 0, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 0, byte_len: 5 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 59, byte_start_hi: 0, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 61, byte_start_hi: 0, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 63, byte_start_hi: 0, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 65, byte_start_hi: 0, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 67, byte_start_hi: 0, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 69, byte_start_hi: 0, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 71, byte_start_hi: 0, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 73, byte_start_hi: 0, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 75, byte_start_hi: 0, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 77, byte_start_hi: 0, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 79, byte_start_hi: 0, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 81, byte_start_hi: 0, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 83, byte_start_hi: 0, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 85, byte_start_hi: 0, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 87, byte_start_hi: 0, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 89, byte_start_hi: 0, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 91, byte_start_hi: 0, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 93, byte_start_hi: 0, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 95, byte_start_hi: 0, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 97, byte_start_hi: 0, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 99, byte_start_hi: 0, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 101, byte_start_hi: 0, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 103, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 105, byte_start_hi: 0, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 107, byte_start_hi: 0, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 109, byte_start_hi: 0, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 111, byte_start_hi: 0, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 113, byte_start_hi: 0, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 115, byte_start_hi: 0, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 117, byte_start_hi: 0, byte_len: 2 }), 
-Deviation(StringTableSlice { byte_start_lo: 119, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 121, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 123, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 125, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 127, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 129, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 131, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 133, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 135, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 137, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 139, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 141, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 143, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 145, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 147, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 149, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 151, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 153, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 155, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 157, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 159, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 161, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 163, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 165, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 167, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 169, byte_start_hi: 0, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 172, byte_start_hi: 0, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 174, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 178, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 180, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 182, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 184, byte_start_hi: 0, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 187, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 189, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 191, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 193, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 195, byte_start_hi: 0, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 198, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 200, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 202, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 204, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 206, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 208, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 210, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 212, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 214, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 216, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 218, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 220, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 222, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 224, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 226, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 228, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 230, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 232, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 234, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 236, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 238, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 240, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 242, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 244, byte_start_hi: 0, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 246, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 248, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 250, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 0, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 68, byte_start_hi: 1, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 71, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 73, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 75, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 77, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 79, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 81, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 83, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 85, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 87, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 89, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 91, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 93, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 95, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 97, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 99, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 101, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 103, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 105, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 107, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 109, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 111, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 113, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 115, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 117, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 119, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 121, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 123, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 125, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 127, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 129, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 131, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 133, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 135, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 137, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 139, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 141, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 143, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 145, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 147, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 149, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 151, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 153, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 155, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 157, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 159, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 161, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 163, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 165, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 167, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 169, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 171, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 173, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 175, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 177, byte_start_hi: 1, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 180, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 182, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 184, byte_start_hi: 1, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 187, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 189, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 191, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 193, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 195, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 197, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 199, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 201, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 203, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 205, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 207, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 209, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 211, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }), 
-Valid, 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 213, byte_start_hi: 1, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 216, byte_start_hi: 1, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 219, byte_start_hi: 1, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 222, byte_start_hi: 1, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 225, byte_start_hi: 1, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 228, byte_start_hi: 1, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 231, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 233, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 235, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 237, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 239, byte_start_hi: 1, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 243, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Ignored, 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 245, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 247, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 249, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 251, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Disallowed, 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 253, byte_start_hi: 1, byte_len: 3 }), 
-Valid, 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 2, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 2, byte_len: 2 }), 
-Disallowed, 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 35, byte_start_hi: 0, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 2, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 2, byte_len: 2 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 2, byte_len: 2 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 243, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 0, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 2, byte_len: 2 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 68, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 70, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Deviation(StringTableSlice { byte_start_lo: 54, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 72, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 70, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 74, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 76, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 78, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 80, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 82, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 84, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 86, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 90, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 92, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 94, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 98, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 100, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 102, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 104, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 106, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 110, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 112, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 114, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 116, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 118, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 120, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 122, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 126, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 128, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 130, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 132, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 134, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 138, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 140, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 142, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 144, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 146, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 148, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 150, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 154, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 158, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 162, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 166, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 172, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 174, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 178, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 180, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 182, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 184, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 186, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 188, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 190, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 192, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 194, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 196, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 198, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 200, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 202, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 204, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 206, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 208, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 210, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 212, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 214, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 216, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 218, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 220, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 222, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 224, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 226, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 228, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 230, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 232, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 234, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 236, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 238, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 240, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 242, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 244, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 246, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 248, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 250, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 68, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 70, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 72, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 74, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 76, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 78, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 80, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 82, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 84, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 86, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 90, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 92, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 94, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 98, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 100, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 102, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 104, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 106, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 110, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 112, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 114, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 116, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 118, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 120, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 122, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 126, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 128, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 130, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 132, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 134, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 138, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 140, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 142, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 144, byte_start_hi: 3, byte_len: 2 }), 
-Valid, 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 146, byte_start_hi: 3, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 148, byte_start_hi: 3, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 150, byte_start_hi: 3, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 3, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 154, byte_start_hi: 3, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 3, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 158, byte_start_hi: 3, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 3, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 162, byte_start_hi: 3, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 3, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 166, byte_start_hi: 3, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 3, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 3, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 172, byte_start_hi: 3, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 174, byte_start_hi: 3, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 3, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 178, byte_start_hi: 3, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 180, byte_start_hi: 3, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 182, byte_start_hi: 3, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 184, byte_start_hi: 3, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 186, byte_start_hi: 3, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 188, byte_start_hi: 3, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 190, byte_start_hi: 3, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 192, byte_start_hi: 3, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 194, byte_start_hi: 3, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 196, byte_start_hi: 3, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 198, byte_start_hi: 3, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 200, byte_start_hi: 3, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 202, byte_start_hi: 3, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 204, byte_start_hi: 3, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 206, byte_start_hi: 3, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 208, byte_start_hi: 3, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 210, byte_start_hi: 3, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 212, byte_start_hi: 3, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 214, byte_start_hi: 3, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 216, byte_start_hi: 3, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 218, byte_start_hi: 3, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 220, byte_start_hi: 3, byte_len: 2 }), 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 222, byte_start_hi: 3, byte_len: 4 }), 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 226, byte_start_hi: 3, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 230, byte_start_hi: 3, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 234, byte_start_hi: 3, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 238, byte_start_hi: 3, byte_len: 4 }), 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 242, byte_start_hi: 3, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 248, byte_start_hi: 3, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 3, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 4, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 4, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 4, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 4, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 4, byte_len: 6 }), 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 4, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 4, byte_len: 6 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 4, byte_len: 6 }), 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 4, byte_len: 6 }), 
-Disallowed, 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 4, byte_len: 6 }), 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 4, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 70, byte_start_hi: 4, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 76, byte_start_hi: 4, byte_len: 6 }), 
-Valid, 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 82, byte_start_hi: 4, byte_len: 6 }), 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 4, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 94, byte_start_hi: 4, byte_len: 6 }), 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 100, byte_start_hi: 4, byte_len: 6 }), 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 106, byte_start_hi: 4, byte_len: 6 }), 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 112, byte_start_hi: 4, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 118, byte_start_hi: 4, byte_len: 6 }), 
-Valid, 
-Disallowed, 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 4, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 127, byte_start_hi: 4, byte_len: 6 }), 
-Valid, 
-Disallowed, 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 133, byte_start_hi: 4, byte_len: 6 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 139, byte_start_hi: 4, byte_len: 6 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 145, byte_start_hi: 4, byte_len: 6 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 151, byte_start_hi: 4, byte_len: 6 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 157, byte_start_hi: 4, byte_len: 6 }), 
-Valid, 
-Disallowed, 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 163, byte_start_hi: 4, byte_len: 6 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 169, byte_start_hi: 4, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 175, byte_start_hi: 4, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 181, byte_start_hi: 4, byte_len: 9 }), 
-Mapped(StringTableSlice { byte_start_lo: 190, byte_start_hi: 4, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 196, byte_start_hi: 4, byte_len: 9 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 205, byte_start_hi: 4, byte_len: 6 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 211, byte_start_hi: 4, byte_len: 6 }), 
-Valid, 
-Disallowed, 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 217, byte_start_hi: 4, byte_len: 6 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 223, byte_start_hi: 4, byte_len: 6 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 229, byte_start_hi: 4, byte_len: 6 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 235, byte_start_hi: 4, byte_len: 6 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 241, byte_start_hi: 4, byte_len: 6 }), 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 247, byte_start_hi: 4, byte_len: 3 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 250, byte_start_hi: 4, byte_len: 3 }), 
-Disallowed, 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 253, byte_start_hi: 4, byte_len: 3 }), 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 5, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 5, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 5, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 5, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 5, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 5, byte_len: 3 }), 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Ignored, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 144, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 148, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 174, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 192, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 206, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 5, byte_len: 3 }), 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 71, byte_start_hi: 0, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 159, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 5, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 5, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 5, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 5, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 198, byte_start_hi: 0, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 5, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 33, byte_start_hi: 5, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 5, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 39, byte_start_hi: 5, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 166, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 5, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 5, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 91, byte_start_hi: 0, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 5, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 5, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 5, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 5, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 5, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 5, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 57, byte_start_hi: 5, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 59, byte_start_hi: 5, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 61, byte_start_hi: 5, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 5, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 5, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 68, byte_start_hi: 5, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 70, byte_start_hi: 5, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 72, byte_start_hi: 5, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 74, byte_start_hi: 5, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 76, byte_start_hi: 5, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 78, byte_start_hi: 5, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 191, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 80, byte_start_hi: 5, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 193, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 83, byte_start_hi: 5, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 85, byte_start_hi: 5, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Disallowed, 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 87, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 90, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 93, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 99, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 102, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 105, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 111, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 114, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 117, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 120, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 123, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 126, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 129, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 132, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 135, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 138, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 141, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 144, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 147, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 150, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 153, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 159, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 162, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 165, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 171, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 174, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 177, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 180, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 183, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 186, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 189, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 192, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 195, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 198, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 201, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 204, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 207, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 210, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 213, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 216, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 219, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 222, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 225, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 228, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 231, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 234, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 237, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 240, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 243, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 246, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 249, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 255, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 29, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 35, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 41, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 47, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 53, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 6, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 231, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 119, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 59, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 65, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 68, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 71, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 74, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 77, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 80, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 83, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 86, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 89, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 92, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 95, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 98, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 101, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 104, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 107, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 110, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 113, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 116, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 119, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 122, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 125, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 128, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 131, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 134, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 137, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 140, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 143, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 146, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 149, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 155, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 158, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 161, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 167, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 173, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 179, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 182, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 185, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 188, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 191, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 194, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 197, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 200, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 203, byte_start_hi: 6, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 206, byte_start_hi: 6, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 209, byte_start_hi: 6, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 212, byte_start_hi: 6, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 215, byte_start_hi: 6, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 218, byte_start_hi: 6, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 221, byte_start_hi: 6, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 224, byte_start_hi: 6, byte_len: 3 }), 
-Valid, 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 227, byte_start_hi: 6, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 230, byte_start_hi: 6, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 233, byte_start_hi: 6, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 236, byte_start_hi: 6, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 239, byte_start_hi: 6, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 242, byte_start_hi: 6, byte_len: 3 }), 
-Disallowed, 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 245, byte_start_hi: 6, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 248, byte_start_hi: 6, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 251, byte_start_hi: 6, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 6, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 7, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 7, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 7, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 7, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 7, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 7, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 7, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 7, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 7, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 7, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 31, byte_start_hi: 7, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 7, byte_len: 3 }), 
-Valid, 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 37, byte_start_hi: 7, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 7, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 43, byte_start_hi: 7, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 7, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 49, byte_start_hi: 7, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 7, byte_len: 3 }), 
-Disallowed, 
-Valid, 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 55, byte_start_hi: 7, byte_len: 3 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 7, byte_len: 3 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 61, byte_start_hi: 7, byte_len: 3 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 7, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 67, byte_start_hi: 7, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 70, byte_start_hi: 7, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 73, byte_start_hi: 7, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 76, byte_start_hi: 7, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 79, byte_start_hi: 7, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 82, byte_start_hi: 7, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 85, byte_start_hi: 7, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 7, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 2, byte_len: 2 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 91, byte_start_hi: 7, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 7, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 101, byte_start_hi: 7, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 106, byte_start_hi: 7, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 111, byte_start_hi: 7, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 116, byte_start_hi: 7, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 121, byte_start_hi: 7, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 126, byte_start_hi: 7, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 91, byte_start_hi: 7, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 7, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 101, byte_start_hi: 7, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 106, byte_start_hi: 7, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 111, byte_start_hi: 7, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 116, byte_start_hi: 7, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 121, byte_start_hi: 7, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 126, byte_start_hi: 7, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 131, byte_start_hi: 7, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 7, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 141, byte_start_hi: 7, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 146, byte_start_hi: 7, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 151, byte_start_hi: 7, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 7, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 161, byte_start_hi: 7, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 166, byte_start_hi: 7, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 131, byte_start_hi: 7, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 7, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 141, byte_start_hi: 7, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 146, byte_start_hi: 7, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 151, byte_start_hi: 7, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 7, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 161, byte_start_hi: 7, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 166, byte_start_hi: 7, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 171, byte_start_hi: 7, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 7, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 181, byte_start_hi: 7, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 186, byte_start_hi: 7, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 191, byte_start_hi: 7, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 196, byte_start_hi: 7, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 201, byte_start_hi: 7, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 206, byte_start_hi: 7, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 171, byte_start_hi: 7, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 7, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 181, byte_start_hi: 7, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 186, byte_start_hi: 7, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 191, byte_start_hi: 7, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 196, byte_start_hi: 7, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 201, byte_start_hi: 7, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 206, byte_start_hi: 7, byte_len: 5 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 211, byte_start_hi: 7, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 216, byte_start_hi: 7, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 220, byte_start_hi: 7, byte_len: 4 }), 
-Disallowed, 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 224, byte_start_hi: 7, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 229, byte_start_hi: 7, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 232, byte_start_hi: 7, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 235, byte_start_hi: 7, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 216, byte_start_hi: 7, byte_len: 4 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 238, byte_start_hi: 7, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 243, byte_start_hi: 1, byte_len: 2 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 238, byte_start_hi: 7, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 241, byte_start_hi: 7, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 244, byte_start_hi: 7, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 249, byte_start_hi: 7, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 7, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 8, byte_len: 4 }), 
-Disallowed, 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 8, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 8, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 8, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 7, byte_len: 4 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 8, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 8, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 27, byte_start_hi: 8, byte_len: 5 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 8, byte_len: 2 }), 
-Disallowed, 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 8, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 37, byte_start_hi: 8, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 8, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 2, byte_len: 2 }), 
-Disallowed, 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 43, byte_start_hi: 8, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 8, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 53, byte_start_hi: 8, byte_len: 5 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 8, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 8, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 63, byte_start_hi: 8, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 8, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 69, byte_start_hi: 8, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 72, byte_start_hi: 8, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 2, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 77, byte_start_hi: 8, byte_len: 1 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 78, byte_start_hi: 8, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 83, byte_start_hi: 8, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 87, byte_start_hi: 8, byte_len: 4 }), 
-Disallowed, 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 91, byte_start_hi: 8, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 8, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 99, byte_start_hi: 8, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 83, byte_start_hi: 8, byte_len: 4 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 35, byte_start_hi: 0, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 102, byte_start_hi: 8, byte_len: 3 }), 
-Disallowed, 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 0, byte_len: 1 }), 
-Ignored, 
-Deviation(StringTableSlice { byte_start_lo: 105, byte_start_hi: 8, byte_len: 0 }), 
-Disallowed, 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 105, byte_start_hi: 8, byte_len: 3 }), 
-Valid, 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 8, byte_len: 3 }), 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 0, byte_len: 1 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 111, byte_start_hi: 8, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 117, byte_start_hi: 8, byte_len: 9 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 126, byte_start_hi: 8, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 132, byte_start_hi: 8, byte_len: 9 }), 
-Valid, 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 141, byte_start_hi: 8, byte_len: 2 }), 
-Valid, 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 143, byte_start_hi: 8, byte_len: 3 }), 
-Valid, 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 146, byte_start_hi: 8, byte_len: 2 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 148, byte_start_hi: 8, byte_len: 2 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 150, byte_start_hi: 8, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 8, byte_len: 12 }), 
-Valid, 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 0, byte_len: 1 }), 
-Ignored, 
-Disallowed, 
-Ignored, 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 165, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 166, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 167, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 169, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 8, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 171, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 172, byte_start_hi: 8, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 175, byte_start_hi: 8, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 8, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 177, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 43, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 33, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 165, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 166, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 167, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 169, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 8, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 171, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 172, byte_start_hi: 8, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 175, byte_start_hi: 8, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 8, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 177, byte_start_hi: 8, byte_len: 1 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }), 
-Disallowed, 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 178, byte_start_hi: 8, byte_len: 2 }), 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 180, byte_start_hi: 8, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 183, byte_start_hi: 8, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 186, byte_start_hi: 8, byte_len: 3 }), 
-Valid, 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 189, byte_start_hi: 8, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 192, byte_start_hi: 8, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 1, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 195, byte_start_hi: 8, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 159, byte_start_hi: 0, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 198, byte_start_hi: 8, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 200, byte_start_hi: 8, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 202, byte_start_hi: 8, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 205, byte_start_hi: 8, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 69, byte_start_hi: 0, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 207, byte_start_hi: 8, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 209, byte_start_hi: 8, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 211, byte_start_hi: 8, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 213, byte_start_hi: 8, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 215, byte_start_hi: 8, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 218, byte_start_hi: 8, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 221, byte_start_hi: 8, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 226, byte_start_hi: 8, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 231, byte_start_hi: 8, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 237, byte_start_hi: 8, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 242, byte_start_hi: 8, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 247, byte_start_hi: 8, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 8, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 9, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 9, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 9, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 9, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 9, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 9, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 31, byte_start_hi: 9, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 9, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 41, byte_start_hi: 9, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 45, byte_start_hi: 9, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 47, byte_start_hi: 9, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 9, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 9, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 9, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 57, byte_start_hi: 9, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 61, byte_start_hi: 9, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 63, byte_start_hi: 9, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 65, byte_start_hi: 9, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 45, byte_start_hi: 9, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 47, byte_start_hi: 9, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 9, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 9, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 9, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 57, byte_start_hi: 9, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 61, byte_start_hi: 9, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 63, byte_start_hi: 9, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 65, byte_start_hi: 9, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }), 
-Valid, 
-Disallowed, 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 68, byte_start_hi: 9, byte_len: 5 }), 
-Valid, 
-Disallowed, 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 73, byte_start_hi: 9, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 79, byte_start_hi: 9, byte_len: 9 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 9, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 94, byte_start_hi: 9, byte_len: 9 }), 
-Valid, 
-DisallowedStd3Valid, 
-Valid, 
-DisallowedStd3Valid, 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 103, byte_start_hi: 9, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 106, byte_start_hi: 9, byte_len: 3 }), 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 43, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 33, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 165, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 166, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 167, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 169, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 109, byte_start_hi: 9, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 111, byte_start_hi: 9, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 113, byte_start_hi: 9, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 115, byte_start_hi: 9, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 117, byte_start_hi: 9, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 119, byte_start_hi: 9, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 121, byte_start_hi: 9, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 123, byte_start_hi: 9, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 125, byte_start_hi: 9, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 127, byte_start_hi: 9, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 129, byte_start_hi: 9, byte_len: 2 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 131, byte_start_hi: 9, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 134, byte_start_hi: 9, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 137, byte_start_hi: 9, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 140, byte_start_hi: 9, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 143, byte_start_hi: 9, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 146, byte_start_hi: 9, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 149, byte_start_hi: 9, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 9, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 155, byte_start_hi: 9, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 158, byte_start_hi: 9, byte_len: 4 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 162, byte_start_hi: 9, byte_len: 4 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 166, byte_start_hi: 9, byte_len: 4 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 9, byte_len: 4 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 174, byte_start_hi: 9, byte_len: 4 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 178, byte_start_hi: 9, byte_len: 4 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 182, byte_start_hi: 9, byte_len: 4 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 186, byte_start_hi: 9, byte_len: 4 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 190, byte_start_hi: 9, byte_len: 4 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 194, byte_start_hi: 9, byte_len: 4 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 198, byte_start_hi: 9, byte_len: 4 }), 
-Disallowed, 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 202, byte_start_hi: 9, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 205, byte_start_hi: 9, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 208, byte_start_hi: 9, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 211, byte_start_hi: 9, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 214, byte_start_hi: 9, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 217, byte_start_hi: 9, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 220, byte_start_hi: 9, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 223, byte_start_hi: 9, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 226, byte_start_hi: 9, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 229, byte_start_hi: 9, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 232, byte_start_hi: 9, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 235, byte_start_hi: 9, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 238, byte_start_hi: 9, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 241, byte_start_hi: 9, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 244, byte_start_hi: 9, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 247, byte_start_hi: 9, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 250, byte_start_hi: 9, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 253, byte_start_hi: 9, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 10, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 10, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 10, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 10, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 10, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 10, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 10, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 10, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 8, byte_len: 1 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 10, byte_len: 12 }), 
-Valid, 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 10, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 39, byte_start_hi: 10, byte_len: 2 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 41, byte_start_hi: 10, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 10, byte_len: 5 }), 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 49, byte_start_hi: 10, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 10, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 55, byte_start_hi: 10, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 10, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 61, byte_start_hi: 10, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 10, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 67, byte_start_hi: 10, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 70, byte_start_hi: 10, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 73, byte_start_hi: 10, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 76, byte_start_hi: 10, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 79, byte_start_hi: 10, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 82, byte_start_hi: 10, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 85, byte_start_hi: 10, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 10, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 91, byte_start_hi: 10, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 94, byte_start_hi: 10, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 97, byte_start_hi: 10, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 100, byte_start_hi: 10, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 103, byte_start_hi: 10, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 106, byte_start_hi: 10, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 109, byte_start_hi: 10, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 112, byte_start_hi: 10, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 115, byte_start_hi: 10, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 118, byte_start_hi: 10, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 121, byte_start_hi: 10, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 10, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 127, byte_start_hi: 10, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 130, byte_start_hi: 10, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 133, byte_start_hi: 10, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 10, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 139, byte_start_hi: 10, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 142, byte_start_hi: 10, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 145, byte_start_hi: 10, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 148, byte_start_hi: 10, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 151, byte_start_hi: 10, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 154, byte_start_hi: 10, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 157, byte_start_hi: 10, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 10, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 163, byte_start_hi: 10, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 166, byte_start_hi: 10, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 169, byte_start_hi: 10, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 172, byte_start_hi: 10, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 175, byte_start_hi: 10, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 178, byte_start_hi: 10, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 181, byte_start_hi: 10, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 184, byte_start_hi: 10, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 187, byte_start_hi: 10, byte_len: 3 }), 
-Disallowed, 
-Valid, 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 190, byte_start_hi: 10, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 193, byte_start_hi: 10, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 195, byte_start_hi: 10, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 198, byte_start_hi: 10, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 200, byte_start_hi: 10, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 203, byte_start_hi: 10, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 206, byte_start_hi: 10, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 5, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 5, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 5, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 5, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 209, byte_start_hi: 10, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 212, byte_start_hi: 10, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 215, byte_start_hi: 10, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 217, byte_start_hi: 10, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 219, byte_start_hi: 10, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 222, byte_start_hi: 10, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 225, byte_start_hi: 10, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 228, byte_start_hi: 10, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 231, byte_start_hi: 10, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 234, byte_start_hi: 10, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 237, byte_start_hi: 10, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 240, byte_start_hi: 10, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 243, byte_start_hi: 10, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 246, byte_start_hi: 10, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 249, byte_start_hi: 10, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 10, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 255, byte_start_hi: 10, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 11, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 11, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 11, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 11, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 11, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 11, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 11, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 11, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 11, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 29, byte_start_hi: 11, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 11, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 35, byte_start_hi: 11, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 11, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 41, byte_start_hi: 11, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 11, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 47, byte_start_hi: 11, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 11, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 53, byte_start_hi: 11, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 11, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 59, byte_start_hi: 11, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 11, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 65, byte_start_hi: 11, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 68, byte_start_hi: 11, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 71, byte_start_hi: 11, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 74, byte_start_hi: 11, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 77, byte_start_hi: 11, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 80, byte_start_hi: 11, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 83, byte_start_hi: 11, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 86, byte_start_hi: 11, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 89, byte_start_hi: 11, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 92, byte_start_hi: 11, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 95, byte_start_hi: 11, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 98, byte_start_hi: 11, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 101, byte_start_hi: 11, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 104, byte_start_hi: 11, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 107, byte_start_hi: 11, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 110, byte_start_hi: 11, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 113, byte_start_hi: 11, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 116, byte_start_hi: 11, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 119, byte_start_hi: 11, byte_len: 3 }), 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 122, byte_start_hi: 11, byte_len: 3 }), 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 125, byte_start_hi: 11, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 128, byte_start_hi: 11, byte_len: 3 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 131, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 134, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 137, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 140, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 143, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 146, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 149, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 155, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 158, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 161, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 167, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 173, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 179, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 182, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 185, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 188, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 191, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 194, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 197, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 200, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 203, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 206, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 209, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 212, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 215, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 218, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 221, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 224, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 227, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 230, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 233, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 236, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 239, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 242, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 245, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 248, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 251, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 31, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 37, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 43, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 49, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 55, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 61, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 67, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 70, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 73, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 76, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 79, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 82, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 85, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 91, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 94, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 97, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 100, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 103, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 106, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 109, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 112, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 115, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 118, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 121, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 127, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 130, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 133, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 139, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 142, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 145, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 148, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 151, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 154, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 157, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 163, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 166, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 169, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 172, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 175, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 178, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 181, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 184, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 187, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 190, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 193, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 196, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 199, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 202, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 205, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 208, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 211, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 214, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 217, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 220, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 223, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 226, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 229, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 232, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 235, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 238, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 241, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 244, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 247, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 250, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 253, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 27, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 33, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 39, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 45, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 51, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 57, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 63, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 69, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 72, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 75, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 78, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 81, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 84, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 87, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 90, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 93, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 99, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 102, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 105, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 111, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 114, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 117, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 120, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 123, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 126, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 129, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 132, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 135, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 138, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 141, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 144, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 147, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 150, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 153, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 159, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 162, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 165, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 171, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 174, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 177, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 180, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 183, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 186, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 189, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 192, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 195, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 198, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 201, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 204, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 207, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 210, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 213, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 216, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 219, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 222, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 225, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 228, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 231, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 234, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 237, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 240, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 243, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 246, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 249, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 255, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 14, byte_len: 3 }), 
-Disallowed, 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 0, byte_len: 1 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 14, byte_len: 1 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 14, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 200, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 14, byte_len: 3 }), 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 14, byte_len: 4 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 14, byte_len: 4 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 14, byte_len: 6 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 29, byte_start_hi: 14, byte_len: 6 }), 
-Disallowed, 
-Valid, 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 35, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 41, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 47, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 53, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 59, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 65, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 68, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 71, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 74, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 77, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 80, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 83, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 86, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 89, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 92, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 95, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 98, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 101, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 104, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 107, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 110, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 113, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 116, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 119, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 122, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 125, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 128, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 131, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 134, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 137, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 140, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 143, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 146, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 149, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 155, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 158, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 161, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 167, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 173, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 179, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 182, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 185, byte_start_hi: 14, byte_len: 3 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 188, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 191, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 194, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 197, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 200, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 203, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 206, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 209, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 212, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 215, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 218, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 221, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 224, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 227, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 230, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 233, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 236, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 239, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 242, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 245, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 248, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 251, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 15, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 15, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 15, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 15, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 15, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 15, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 15, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 15, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 15, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 15, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 31, byte_start_hi: 15, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 15, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 37, byte_start_hi: 15, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 15, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 43, byte_start_hi: 15, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 15, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 49, byte_start_hi: 15, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 15, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 55, byte_start_hi: 15, byte_len: 3 }), 
-Disallowed, 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 131, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 149, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 15, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 61, byte_start_hi: 15, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 15, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 67, byte_start_hi: 15, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 70, byte_start_hi: 15, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 73, byte_start_hi: 15, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 143, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 76, byte_start_hi: 15, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 79, byte_start_hi: 15, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 82, byte_start_hi: 15, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 85, byte_start_hi: 15, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 155, byte_start_hi: 11, byte_len: 3 }), 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 15, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 93, byte_start_hi: 15, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 98, byte_start_hi: 15, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 103, byte_start_hi: 15, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 15, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 113, byte_start_hi: 15, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 118, byte_start_hi: 15, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 123, byte_start_hi: 15, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 128, byte_start_hi: 15, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 133, byte_start_hi: 15, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 138, byte_start_hi: 15, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 143, byte_start_hi: 15, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 148, byte_start_hi: 15, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 153, byte_start_hi: 15, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 158, byte_start_hi: 15, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 163, byte_start_hi: 15, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 15, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 173, byte_start_hi: 15, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 178, byte_start_hi: 15, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 183, byte_start_hi: 15, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 188, byte_start_hi: 15, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 193, byte_start_hi: 15, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 198, byte_start_hi: 15, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 203, byte_start_hi: 15, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 208, byte_start_hi: 15, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 213, byte_start_hi: 15, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 218, byte_start_hi: 15, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 223, byte_start_hi: 15, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 228, byte_start_hi: 15, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 233, byte_start_hi: 15, byte_len: 8 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 241, byte_start_hi: 15, byte_len: 8 }), 
-Disallowed, 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 249, byte_start_hi: 15, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 15, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 16, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 16, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 16, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 16, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 16, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 16, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 33, byte_start_hi: 16, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 16, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 43, byte_start_hi: 16, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 16, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 53, byte_start_hi: 16, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 16, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 63, byte_start_hi: 16, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 68, byte_start_hi: 16, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 73, byte_start_hi: 16, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 78, byte_start_hi: 16, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 83, byte_start_hi: 16, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 16, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 93, byte_start_hi: 16, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 98, byte_start_hi: 16, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 103, byte_start_hi: 16, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 16, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 113, byte_start_hi: 16, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 118, byte_start_hi: 16, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 123, byte_start_hi: 16, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 128, byte_start_hi: 16, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 133, byte_start_hi: 16, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 138, byte_start_hi: 16, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 143, byte_start_hi: 16, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 148, byte_start_hi: 16, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 153, byte_start_hi: 16, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 158, byte_start_hi: 16, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 163, byte_start_hi: 16, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 16, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 173, byte_start_hi: 16, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 16, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 73, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 179, byte_start_hi: 16, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 182, byte_start_hi: 16, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 185, byte_start_hi: 16, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 187, byte_start_hi: 16, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 189, byte_start_hi: 16, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 191, byte_start_hi: 16, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 193, byte_start_hi: 16, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 195, byte_start_hi: 16, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 197, byte_start_hi: 16, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 199, byte_start_hi: 16, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 201, byte_start_hi: 16, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 203, byte_start_hi: 16, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 205, byte_start_hi: 16, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 207, byte_start_hi: 16, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 209, byte_start_hi: 16, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 211, byte_start_hi: 16, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 213, byte_start_hi: 16, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 35, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 53, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 59, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 83, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 86, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 95, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 101, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 104, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 110, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 113, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 116, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 119, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 122, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 215, byte_start_hi: 16, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 218, byte_start_hi: 16, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 221, byte_start_hi: 16, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 224, byte_start_hi: 16, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 227, byte_start_hi: 16, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 230, byte_start_hi: 16, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 233, byte_start_hi: 16, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 236, byte_start_hi: 16, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 239, byte_start_hi: 16, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 242, byte_start_hi: 16, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 245, byte_start_hi: 16, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 248, byte_start_hi: 16, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 251, byte_start_hi: 16, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 16, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 17, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 17, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 17, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 131, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 149, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 15, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 61, byte_start_hi: 15, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 200, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 94, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 130, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 127, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 97, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 117, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 224, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 31, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 37, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 43, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 49, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 55, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 242, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 61, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 67, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 70, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 73, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 76, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 79, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 15, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 67, byte_start_hi: 15, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 70, byte_start_hi: 15, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 82, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 85, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 91, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 94, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 97, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 100, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 103, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 106, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 109, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 112, byte_start_hi: 17, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 114, byte_start_hi: 17, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 116, byte_start_hi: 17, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 118, byte_start_hi: 17, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 120, byte_start_hi: 17, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 122, byte_start_hi: 17, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 17, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 126, byte_start_hi: 17, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 128, byte_start_hi: 17, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 130, byte_start_hi: 17, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 132, byte_start_hi: 17, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 134, byte_start_hi: 17, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 17, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 138, byte_start_hi: 17, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 140, byte_start_hi: 17, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 142, byte_start_hi: 17, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 146, byte_start_hi: 17, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 150, byte_start_hi: 17, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 154, byte_start_hi: 17, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 158, byte_start_hi: 17, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 162, byte_start_hi: 17, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 166, byte_start_hi: 17, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 17, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 174, byte_start_hi: 17, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 178, byte_start_hi: 17, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 183, byte_start_hi: 17, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 188, byte_start_hi: 17, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 193, byte_start_hi: 17, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 195, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 198, byte_start_hi: 17, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 200, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 203, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 206, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 209, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 212, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 215, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 218, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 221, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 224, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 227, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 230, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 233, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 236, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 239, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 242, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 245, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 248, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 251, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 31, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 37, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 43, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 49, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 55, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 61, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 67, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 70, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 73, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 76, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 79, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 82, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 85, byte_start_hi: 18, byte_len: 3 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 18, byte_len: 12 }), 
-Mapped(StringTableSlice { byte_start_lo: 100, byte_start_hi: 18, byte_len: 12 }), 
-Mapped(StringTableSlice { byte_start_lo: 112, byte_start_hi: 18, byte_len: 12 }), 
-Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 18, byte_len: 9 }), 
-Mapped(StringTableSlice { byte_start_lo: 133, byte_start_hi: 18, byte_len: 12 }), 
-Mapped(StringTableSlice { byte_start_lo: 145, byte_start_hi: 18, byte_len: 9 }), 
-Mapped(StringTableSlice { byte_start_lo: 154, byte_start_hi: 18, byte_len: 9 }), 
-Mapped(StringTableSlice { byte_start_lo: 163, byte_start_hi: 18, byte_len: 15 }), 
-Mapped(StringTableSlice { byte_start_lo: 178, byte_start_hi: 18, byte_len: 12 }), 
-Mapped(StringTableSlice { byte_start_lo: 190, byte_start_hi: 18, byte_len: 9 }), 
-Mapped(StringTableSlice { byte_start_lo: 199, byte_start_hi: 18, byte_len: 9 }), 
-Mapped(StringTableSlice { byte_start_lo: 208, byte_start_hi: 18, byte_len: 9 }), 
-Mapped(StringTableSlice { byte_start_lo: 217, byte_start_hi: 18, byte_len: 12 }), 
-Mapped(StringTableSlice { byte_start_lo: 229, byte_start_hi: 18, byte_len: 12 }), 
-Mapped(StringTableSlice { byte_start_lo: 241, byte_start_hi: 18, byte_len: 9 }), 
-Mapped(StringTableSlice { byte_start_lo: 250, byte_start_hi: 18, byte_len: 9 }), 
-Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 19, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 19, byte_len: 9 }), 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 19, byte_len: 12 }), 
-Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 19, byte_len: 12 }), 
-Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 19, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 19, byte_len: 15 }), 
-Mapped(StringTableSlice { byte_start_lo: 63, byte_start_hi: 19, byte_len: 18 }), 
-Mapped(StringTableSlice { byte_start_lo: 81, byte_start_hi: 19, byte_len: 15 }), 
-Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 19, byte_len: 9 }), 
-Mapped(StringTableSlice { byte_start_lo: 105, byte_start_hi: 19, byte_len: 15 }), 
-Mapped(StringTableSlice { byte_start_lo: 120, byte_start_hi: 19, byte_len: 15 }), 
-Mapped(StringTableSlice { byte_start_lo: 135, byte_start_hi: 19, byte_len: 12 }), 
-Mapped(StringTableSlice { byte_start_lo: 147, byte_start_hi: 19, byte_len: 9 }), 
-Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 19, byte_len: 9 }), 
-Mapped(StringTableSlice { byte_start_lo: 165, byte_start_hi: 19, byte_len: 9 }), 
-Mapped(StringTableSlice { byte_start_lo: 174, byte_start_hi: 19, byte_len: 12 }), 
-Mapped(StringTableSlice { byte_start_lo: 186, byte_start_hi: 19, byte_len: 15 }), 
-Mapped(StringTableSlice { byte_start_lo: 201, byte_start_hi: 19, byte_len: 12 }), 
-Mapped(StringTableSlice { byte_start_lo: 213, byte_start_hi: 19, byte_len: 9 }), 
-Mapped(StringTableSlice { byte_start_lo: 222, byte_start_hi: 19, byte_len: 9 }), 
-Mapped(StringTableSlice { byte_start_lo: 231, byte_start_hi: 19, byte_len: 9 }), 
-Mapped(StringTableSlice { byte_start_lo: 240, byte_start_hi: 19, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 246, byte_start_hi: 19, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 19, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 20, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 20, byte_len: 9 }), 
-Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 20, byte_len: 9 }), 
-Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 20, byte_len: 15 }), 
-Mapped(StringTableSlice { byte_start_lo: 41, byte_start_hi: 20, byte_len: 9 }), 
-Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 20, byte_len: 12 }), 
-Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 20, byte_len: 15 }), 
-Mapped(StringTableSlice { byte_start_lo: 77, byte_start_hi: 20, byte_len: 9 }), 
-Mapped(StringTableSlice { byte_start_lo: 86, byte_start_hi: 20, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 92, byte_start_hi: 20, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 98, byte_start_hi: 20, byte_len: 15 }), 
-Mapped(StringTableSlice { byte_start_lo: 113, byte_start_hi: 20, byte_len: 12 }), 
-Mapped(StringTableSlice { byte_start_lo: 125, byte_start_hi: 20, byte_len: 15 }), 
-Mapped(StringTableSlice { byte_start_lo: 140, byte_start_hi: 20, byte_len: 9 }), 
-Mapped(StringTableSlice { byte_start_lo: 149, byte_start_hi: 20, byte_len: 15 }), 
-Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 20, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 20, byte_len: 9 }), 
-Mapped(StringTableSlice { byte_start_lo: 179, byte_start_hi: 20, byte_len: 9 }), 
-Mapped(StringTableSlice { byte_start_lo: 188, byte_start_hi: 20, byte_len: 9 }), 
-Mapped(StringTableSlice { byte_start_lo: 197, byte_start_hi: 20, byte_len: 9 }), 
-Mapped(StringTableSlice { byte_start_lo: 206, byte_start_hi: 20, byte_len: 9 }), 
-Mapped(StringTableSlice { byte_start_lo: 215, byte_start_hi: 20, byte_len: 12 }), 
-Mapped(StringTableSlice { byte_start_lo: 227, byte_start_hi: 20, byte_len: 9 }), 
-Mapped(StringTableSlice { byte_start_lo: 236, byte_start_hi: 20, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 242, byte_start_hi: 20, byte_len: 9 }), 
-Mapped(StringTableSlice { byte_start_lo: 251, byte_start_hi: 20, byte_len: 9 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 21, byte_len: 9 }), 
-Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 21, byte_len: 12 }), 
-Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 21, byte_len: 9 }), 
-Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 21, byte_len: 9 }), 
-Mapped(StringTableSlice { byte_start_lo: 43, byte_start_hi: 21, byte_len: 9 }), 
-Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 21, byte_len: 15 }), 
-Mapped(StringTableSlice { byte_start_lo: 67, byte_start_hi: 21, byte_len: 12 }), 
-Mapped(StringTableSlice { byte_start_lo: 79, byte_start_hi: 21, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 85, byte_start_hi: 21, byte_len: 15 }), 
-Mapped(StringTableSlice { byte_start_lo: 100, byte_start_hi: 21, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 106, byte_start_hi: 21, byte_len: 12 }), 
-Mapped(StringTableSlice { byte_start_lo: 118, byte_start_hi: 21, byte_len: 12 }), 
-Mapped(StringTableSlice { byte_start_lo: 130, byte_start_hi: 21, byte_len: 9 }), 
-Mapped(StringTableSlice { byte_start_lo: 139, byte_start_hi: 21, byte_len: 9 }), 
-Mapped(StringTableSlice { byte_start_lo: 148, byte_start_hi: 21, byte_len: 9 }), 
-Mapped(StringTableSlice { byte_start_lo: 157, byte_start_hi: 21, byte_len: 12 }), 
-Mapped(StringTableSlice { byte_start_lo: 169, byte_start_hi: 21, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 175, byte_start_hi: 21, byte_len: 9 }), 
-Mapped(StringTableSlice { byte_start_lo: 184, byte_start_hi: 21, byte_len: 12 }), 
-Mapped(StringTableSlice { byte_start_lo: 196, byte_start_hi: 21, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 202, byte_start_hi: 21, byte_len: 15 }), 
-Mapped(StringTableSlice { byte_start_lo: 217, byte_start_hi: 21, byte_len: 9 }), 
-Mapped(StringTableSlice { byte_start_lo: 226, byte_start_hi: 21, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 230, byte_start_hi: 21, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 234, byte_start_hi: 21, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 238, byte_start_hi: 21, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 242, byte_start_hi: 21, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 246, byte_start_hi: 21, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 250, byte_start_hi: 21, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 21, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 22, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 22, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 22, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 22, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 22, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 22, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 22, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 35, byte_start_hi: 22, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 22, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 45, byte_start_hi: 22, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 22, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 55, byte_start_hi: 22, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 22, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 65, byte_start_hi: 22, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 70, byte_start_hi: 22, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 75, byte_start_hi: 22, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 80, byte_start_hi: 22, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 85, byte_start_hi: 22, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 22, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 90, byte_start_hi: 22, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 92, byte_start_hi: 22, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 95, byte_start_hi: 22, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 97, byte_start_hi: 22, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 99, byte_start_hi: 22, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 101, byte_start_hi: 22, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 104, byte_start_hi: 22, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 107, byte_start_hi: 22, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 109, byte_start_hi: 22, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 115, byte_start_hi: 22, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 121, byte_start_hi: 22, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 127, byte_start_hi: 22, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 133, byte_start_hi: 22, byte_len: 12 }), 
-Mapped(StringTableSlice { byte_start_lo: 145, byte_start_hi: 22, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 147, byte_start_hi: 22, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 149, byte_start_hi: 22, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 22, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 154, byte_start_hi: 22, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 22, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 158, byte_start_hi: 22, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 22, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 162, byte_start_hi: 22, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 165, byte_start_hi: 22, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 169, byte_start_hi: 22, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 171, byte_start_hi: 22, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 173, byte_start_hi: 22, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 22, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 179, byte_start_hi: 22, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 181, byte_start_hi: 22, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 183, byte_start_hi: 22, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 185, byte_start_hi: 22, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 188, byte_start_hi: 22, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 191, byte_start_hi: 22, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 194, byte_start_hi: 22, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 197, byte_start_hi: 22, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 200, byte_start_hi: 22, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 202, byte_start_hi: 22, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 204, byte_start_hi: 22, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 206, byte_start_hi: 22, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 208, byte_start_hi: 22, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 210, byte_start_hi: 22, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 213, byte_start_hi: 22, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 215, byte_start_hi: 22, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 217, byte_start_hi: 22, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 219, byte_start_hi: 22, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 222, byte_start_hi: 22, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 225, byte_start_hi: 22, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 227, byte_start_hi: 22, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 230, byte_start_hi: 22, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 233, byte_start_hi: 22, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 236, byte_start_hi: 22, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 238, byte_start_hi: 22, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 241, byte_start_hi: 22, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 246, byte_start_hi: 22, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 145, byte_start_hi: 22, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 22, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 255, byte_start_hi: 22, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 23, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 23, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 23, byte_len: 7 }), 
-Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 23, byte_len: 8 }), 
-Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 23, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 23, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 27, byte_start_hi: 23, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 23, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 23, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 23, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 23, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 39, byte_start_hi: 23, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 41, byte_start_hi: 23, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 39, byte_start_hi: 23, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 43, byte_start_hi: 23, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 45, byte_start_hi: 23, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 47, byte_start_hi: 23, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 23, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 23, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 23, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 23, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 57, byte_start_hi: 23, byte_len: 3 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 23, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 23, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 23, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 23, byte_len: 6 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 72, byte_start_hi: 23, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 74, byte_start_hi: 23, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 76, byte_start_hi: 23, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 78, byte_start_hi: 23, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 80, byte_start_hi: 23, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 82, byte_start_hi: 23, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 217, byte_start_hi: 22, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 84, byte_start_hi: 23, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 86, byte_start_hi: 23, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 23, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 90, byte_start_hi: 23, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 93, byte_start_hi: 23, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 158, byte_start_hi: 22, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 95, byte_start_hi: 23, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 98, byte_start_hi: 23, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 101, byte_start_hi: 23, byte_len: 2 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 103, byte_start_hi: 23, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 106, byte_start_hi: 23, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 23, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 110, byte_start_hi: 23, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 112, byte_start_hi: 23, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 114, byte_start_hi: 23, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 119, byte_start_hi: 23, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 23, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 128, byte_start_hi: 23, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 132, byte_start_hi: 23, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 23, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 140, byte_start_hi: 23, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 144, byte_start_hi: 23, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 148, byte_start_hi: 23, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 23, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 23, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 23, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 165, byte_start_hi: 23, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 23, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 175, byte_start_hi: 23, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 180, byte_start_hi: 23, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 185, byte_start_hi: 23, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 190, byte_start_hi: 23, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 195, byte_start_hi: 23, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 200, byte_start_hi: 23, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 205, byte_start_hi: 23, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 210, byte_start_hi: 23, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 215, byte_start_hi: 23, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 220, byte_start_hi: 23, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 225, byte_start_hi: 23, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 230, byte_start_hi: 23, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 235, byte_start_hi: 23, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 240, byte_start_hi: 23, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 245, byte_start_hi: 23, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 250, byte_start_hi: 23, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 255, byte_start_hi: 23, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 24, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 24, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 29, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 5, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 35, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 41, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 47, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 53, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 59, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 65, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 68, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 71, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 74, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 77, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 80, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 83, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 86, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 89, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 92, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 95, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 98, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 101, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 104, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 107, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 110, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 113, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 116, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 119, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 122, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 192, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 196, byte_start_hi: 2, byte_len: 2 }), 
-Valid, 
-Disallowed, 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 125, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 128, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 131, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 134, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 137, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 140, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 143, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 146, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 149, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 155, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 158, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 161, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 167, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 173, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 179, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 182, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 185, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 188, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 191, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 194, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 197, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 200, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 203, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 206, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 209, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 212, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 215, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 218, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 221, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 224, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 227, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 230, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 233, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 236, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 236, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 239, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 242, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 245, byte_start_hi: 24, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 248, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 251, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 24, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 25, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 25, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 25, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 5, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 25, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 25, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 25, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 25, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 25, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 25, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 25, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 31, byte_start_hi: 25, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 25, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 37, byte_start_hi: 25, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 25, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 43, byte_start_hi: 25, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 205, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 5, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 5, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 25, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 5, byte_len: 2 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 25, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 25, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 57, byte_start_hi: 5, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 55, byte_start_hi: 25, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 25, byte_len: 3 }), 
-Valid, 
-Disallowed, 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 159, byte_start_hi: 0, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 206, byte_start_hi: 0, byte_len: 2 }), 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 131, byte_start_hi: 24, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 61, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 193, byte_start_hi: 10, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 25, byte_len: 3 }), 
-Valid, 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 67, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 70, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 73, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 76, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 79, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 82, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 85, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 91, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 94, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 97, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 100, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 103, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 106, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 109, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 112, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 115, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 118, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 121, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 127, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 130, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 133, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 139, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 142, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 145, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 148, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 151, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 154, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 157, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 163, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 166, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 169, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 172, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 175, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 178, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 181, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 184, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 187, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 190, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 193, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 196, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 199, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 202, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 205, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 208, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 211, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 214, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 217, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 220, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 223, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 226, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 229, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 232, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 235, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 238, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 241, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 244, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 247, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 250, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 253, byte_start_hi: 25, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 27, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 33, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 39, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 45, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 26, byte_len: 3 }), 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 51, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 93, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 57, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 63, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 255, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 69, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 117, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 72, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 75, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 78, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 81, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 84, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 87, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 90, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 93, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 99, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 102, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 105, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 111, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 114, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 117, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 120, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 123, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 126, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 129, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 132, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 135, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 138, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 141, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 144, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 147, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 150, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 153, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 159, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 162, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 165, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 171, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 174, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 177, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 180, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 183, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 186, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 189, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 192, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 247, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 195, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 198, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 201, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 204, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 207, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 210, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 213, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 216, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 219, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 222, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 225, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 210, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 228, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 231, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 234, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 237, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 240, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 243, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 246, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 249, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 255, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 29, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 35, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 41, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 47, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 99, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 53, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 59, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 65, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 68, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 71, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 74, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 77, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 80, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 83, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 86, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 89, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 92, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 95, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 98, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 101, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 104, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 107, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 110, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 99, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 113, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 116, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 119, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 122, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 125, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 128, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 131, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 134, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 137, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 140, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 143, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 146, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 149, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 155, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 242, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 158, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 161, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 167, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 173, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 179, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 185, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 182, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 185, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 188, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 191, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 194, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 197, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 200, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 203, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 206, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 209, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 212, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 215, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 218, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 221, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 224, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 227, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 230, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 233, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 236, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 239, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 242, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 245, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 107, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 248, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 251, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 59, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 31, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 37, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 43, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 49, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 55, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 61, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 67, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 70, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 73, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 99, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 76, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 79, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 82, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 85, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 91, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 94, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 97, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 100, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 103, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 106, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 109, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 112, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 115, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 118, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 121, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 127, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 130, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 133, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 139, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 142, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 145, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 148, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 65, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 151, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 154, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 157, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 163, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 166, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 169, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 172, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 175, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 178, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 181, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 184, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 187, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 114, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 190, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 193, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 196, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 199, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 202, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 205, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 208, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 211, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 214, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 217, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 220, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 223, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 226, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 223, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 229, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 232, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 235, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 238, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 241, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 244, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 247, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 250, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 253, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 57, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 27, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 29, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 33, byte_start_hi: 29, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 29, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 39, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 45, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 51, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 57, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 63, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 244, byte_start_hi: 12, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 29, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 69, byte_start_hi: 29, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 72, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 75, byte_start_hi: 29, byte_len: 3 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 78, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 81, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 84, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 87, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 90, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 93, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 99, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 102, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 105, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 111, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 114, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 117, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 120, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 123, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 126, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 129, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 132, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 135, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 138, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 141, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 144, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 147, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 150, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 153, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 159, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 162, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 165, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 171, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 174, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 177, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 180, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 183, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 186, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 189, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 192, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 195, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 198, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 201, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 215, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 204, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 207, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 210, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 213, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 216, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 219, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 222, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 225, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 228, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 231, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 234, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 237, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 240, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 243, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 72, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 246, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 249, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 255, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 30, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 30, byte_len: 3 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 27, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 114, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 33, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 39, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 33, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 45, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 51, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 57, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 63, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 69, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 72, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 75, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 138, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 78, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 141, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 81, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 84, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 87, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 90, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 93, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 162, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 99, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 106, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 110, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 103, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 102, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 105, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 162, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 165, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 111, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 114, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 117, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 120, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 123, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 126, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 129, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 132, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 45, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 135, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 138, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 141, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 144, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 147, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 150, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 201, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 153, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 215, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 159, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 213, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 162, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 165, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 171, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 174, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 228, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 177, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 69, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 180, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 231, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 53, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 183, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 234, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 186, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 240, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 189, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 192, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 195, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 198, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 201, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 246, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 204, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 249, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 207, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 210, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 255, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 213, byte_start_hi: 30, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 217, byte_start_hi: 30, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 221, byte_start_hi: 30, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 225, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 228, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 231, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 234, byte_start_hi: 30, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 238, byte_start_hi: 30, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 242, byte_start_hi: 30, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 246, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 249, byte_start_hi: 30, byte_len: 3 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 30, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 30, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 31, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 31, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 31, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 31, byte_len: 2 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 31, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 31, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 31, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 31, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 31, byte_len: 4 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 31, byte_len: 4 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 31, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 31, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 207, byte_start_hi: 8, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 213, byte_start_hi: 8, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 31, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 31, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 31, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 31, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 31, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 31, byte_len: 2 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 171, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 31, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 31, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 31, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 31, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 72, byte_start_hi: 31, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 76, byte_start_hi: 31, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 80, byte_start_hi: 31, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 84, byte_start_hi: 31, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 31, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 92, byte_start_hi: 31, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 31, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 100, byte_start_hi: 31, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 104, byte_start_hi: 31, byte_len: 4 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 31, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 112, byte_start_hi: 31, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 116, byte_start_hi: 31, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 120, byte_start_hi: 31, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 31, byte_len: 4 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 128, byte_start_hi: 31, byte_len: 4 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 132, byte_start_hi: 31, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 31, byte_len: 4 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 140, byte_start_hi: 31, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 144, byte_start_hi: 31, byte_len: 4 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 148, byte_start_hi: 31, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 31, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 31, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 31, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 31, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 31, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 172, byte_start_hi: 31, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 31, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 180, byte_start_hi: 31, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 184, byte_start_hi: 31, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 188, byte_start_hi: 31, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 190, byte_start_hi: 31, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 192, byte_start_hi: 31, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 194, byte_start_hi: 31, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 196, byte_start_hi: 31, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 198, byte_start_hi: 31, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 200, byte_start_hi: 31, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 202, byte_start_hi: 31, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 204, byte_start_hi: 31, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 206, byte_start_hi: 31, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 208, byte_start_hi: 31, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 210, byte_start_hi: 31, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 212, byte_start_hi: 31, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 214, byte_start_hi: 31, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 216, byte_start_hi: 31, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 218, byte_start_hi: 31, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 220, byte_start_hi: 31, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 222, byte_start_hi: 31, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 224, byte_start_hi: 31, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 226, byte_start_hi: 31, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 228, byte_start_hi: 31, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 230, byte_start_hi: 31, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 232, byte_start_hi: 31, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 234, byte_start_hi: 31, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 236, byte_start_hi: 31, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 238, byte_start_hi: 31, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 240, byte_start_hi: 31, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 242, byte_start_hi: 31, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 244, byte_start_hi: 31, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 246, byte_start_hi: 31, byte_len: 2 }), 
-Valid, 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 248, byte_start_hi: 31, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 250, byte_start_hi: 31, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 31, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 31, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 234, byte_start_hi: 3, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 32, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 32, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 32, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 32, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 32, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 32, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 68, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 72, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 76, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 80, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 84, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 92, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 100, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 104, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 112, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 116, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 120, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 128, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 132, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 140, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 144, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 148, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 172, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 180, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 184, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 188, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 192, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 196, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 200, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 204, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 208, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 212, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 216, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 220, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 224, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 228, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 232, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 236, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 240, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 244, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 248, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 68, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 72, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 76, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 80, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 84, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 92, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 100, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 104, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 112, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 116, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 120, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 128, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 132, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 140, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 144, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 148, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 33, byte_len: 4 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 33, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 165, byte_start_hi: 33, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 33, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 175, byte_start_hi: 33, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 180, byte_start_hi: 33, byte_len: 5 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 185, byte_start_hi: 33, byte_len: 5 }), 
-Mapped(StringTableSlice { byte_start_lo: 190, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 194, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 198, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 202, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 206, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 72, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 210, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 76, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 80, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 214, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 218, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 222, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 100, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 104, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 226, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 230, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 112, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 234, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 116, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 120, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 236, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 240, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 238, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 72, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 242, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 246, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 250, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 100, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 104, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 140, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 144, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 68, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 72, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 84, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 92, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 112, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 128, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 132, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 140, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 148, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 172, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 180, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 184, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 188, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 192, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 200, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 204, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 208, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 212, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 216, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 220, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 224, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 228, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 232, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 244, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 248, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 68, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 72, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 84, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 92, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 112, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 128, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 132, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 72, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 112, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 33, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 34, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 68, byte_start_hi: 34, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 74, byte_start_hi: 34, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 80, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 84, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 92, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 100, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 104, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 112, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 116, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 120, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 128, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 132, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 140, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 144, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 148, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 172, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 180, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 184, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 80, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 84, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 92, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 100, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 104, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 112, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 116, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 120, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 128, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 132, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 140, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 144, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 148, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 172, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 180, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 184, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 196, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 34, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 196, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 200, byte_start_hi: 32, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 188, byte_start_hi: 34, byte_len: 4 }), 
-Valid, 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 192, byte_start_hi: 34, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 198, byte_start_hi: 34, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 204, byte_start_hi: 34, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 210, byte_start_hi: 34, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 216, byte_start_hi: 34, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 222, byte_start_hi: 34, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 228, byte_start_hi: 34, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 234, byte_start_hi: 34, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 240, byte_start_hi: 34, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 246, byte_start_hi: 34, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 34, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 35, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 35, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 35, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 35, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 35, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 35, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 35, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 35, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 35, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 35, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 35, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 68, byte_start_hi: 35, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 74, byte_start_hi: 35, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 80, byte_start_hi: 35, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 86, byte_start_hi: 35, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 92, byte_start_hi: 35, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 98, byte_start_hi: 35, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 104, byte_start_hi: 35, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 110, byte_start_hi: 35, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 116, byte_start_hi: 35, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 122, byte_start_hi: 35, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 128, byte_start_hi: 35, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 134, byte_start_hi: 35, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 140, byte_start_hi: 35, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 146, byte_start_hi: 35, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 35, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 158, byte_start_hi: 35, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 35, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 35, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 35, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 182, byte_start_hi: 35, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 188, byte_start_hi: 35, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 194, byte_start_hi: 35, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 200, byte_start_hi: 35, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 206, byte_start_hi: 35, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 212, byte_start_hi: 35, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 218, byte_start_hi: 35, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 224, byte_start_hi: 35, byte_len: 6 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 230, byte_start_hi: 35, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 236, byte_start_hi: 35, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 242, byte_start_hi: 35, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 248, byte_start_hi: 35, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 35, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 36, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 36, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 36, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 36, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 36, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 36, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 36, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 36, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 36, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 36, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 36, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 70, byte_start_hi: 36, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 76, byte_start_hi: 36, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 82, byte_start_hi: 36, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 36, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 94, byte_start_hi: 36, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 100, byte_start_hi: 36, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 106, byte_start_hi: 36, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 112, byte_start_hi: 36, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 118, byte_start_hi: 36, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 36, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 130, byte_start_hi: 36, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 36, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 142, byte_start_hi: 36, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 148, byte_start_hi: 36, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 154, byte_start_hi: 36, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 36, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 140, byte_start_hi: 35, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 35, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 166, byte_start_hi: 36, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 172, byte_start_hi: 36, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 178, byte_start_hi: 36, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 184, byte_start_hi: 36, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 190, byte_start_hi: 36, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 196, byte_start_hi: 36, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 190, byte_start_hi: 36, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 178, byte_start_hi: 36, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 202, byte_start_hi: 36, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 208, byte_start_hi: 36, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 214, byte_start_hi: 36, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 220, byte_start_hi: 36, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 226, byte_start_hi: 36, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 196, byte_start_hi: 36, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 98, byte_start_hi: 35, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 35, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 232, byte_start_hi: 36, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 238, byte_start_hi: 36, byte_len: 6 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 244, byte_start_hi: 36, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 250, byte_start_hi: 36, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 37, byte_len: 8 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 37, byte_len: 8 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 37, byte_len: 8 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 37, byte_len: 8 }), 
-Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 37, byte_len: 8 }), 
-Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 37, byte_len: 8 }), 
-Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 37, byte_len: 8 }), 
-Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 37, byte_len: 6 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 37, byte_len: 33 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 95, byte_start_hi: 37, byte_len: 15 }), 
-Mapped(StringTableSlice { byte_start_lo: 110, byte_start_hi: 37, byte_len: 8 }), 
-Valid, 
-Disallowed, 
-Ignored, 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 118, byte_start_hi: 37, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 119, byte_start_hi: 37, byte_len: 3 }), 
-Disallowed, 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 122, byte_start_hi: 37, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 2, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 123, byte_start_hi: 37, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 37, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 125, byte_start_hi: 37, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 128, byte_start_hi: 37, byte_len: 3 }), 
-Disallowed, 
-Valid, 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 131, byte_start_hi: 37, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 134, byte_start_hi: 37, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 137, byte_start_hi: 37, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 8, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 177, byte_start_hi: 8, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 138, byte_start_hi: 37, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 139, byte_start_hi: 37, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 140, byte_start_hi: 37, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 143, byte_start_hi: 37, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 146, byte_start_hi: 37, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 149, byte_start_hi: 37, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 37, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 155, byte_start_hi: 37, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 103, byte_start_hi: 9, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 106, byte_start_hi: 9, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 158, byte_start_hi: 37, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 161, byte_start_hi: 37, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 37, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 167, byte_start_hi: 37, byte_len: 3 }), 
-Valid, 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 37, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 171, byte_start_hi: 37, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 143, byte_start_hi: 8, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 137, byte_start_hi: 37, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 118, byte_start_hi: 37, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 119, byte_start_hi: 37, byte_len: 3 }), 
-Disallowed, 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 2, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 122, byte_start_hi: 37, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 37, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 123, byte_start_hi: 37, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 131, byte_start_hi: 37, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 8, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 177, byte_start_hi: 8, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 138, byte_start_hi: 37, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 139, byte_start_hi: 37, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 140, byte_start_hi: 37, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 143, byte_start_hi: 37, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 172, byte_start_hi: 37, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 173, byte_start_hi: 37, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 174, byte_start_hi: 37, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 171, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 175, byte_start_hi: 37, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 37, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 177, byte_start_hi: 37, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 175, byte_start_hi: 8, byte_len: 1 }), 
-Disallowed, 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 178, byte_start_hi: 37, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 179, byte_start_hi: 37, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 180, byte_start_hi: 37, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 181, byte_start_hi: 37, byte_len: 1 }), 
-Disallowed, 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 182, byte_start_hi: 37, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 185, byte_start_hi: 37, byte_len: 4 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 189, byte_start_hi: 37, byte_len: 3 }), 
-Valid, 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 192, byte_start_hi: 37, byte_len: 3 }), 
-Disallowed, 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 195, byte_start_hi: 37, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 198, byte_start_hi: 37, byte_len: 4 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 202, byte_start_hi: 37, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 205, byte_start_hi: 37, byte_len: 4 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 209, byte_start_hi: 37, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 212, byte_start_hi: 37, byte_len: 4 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 216, byte_start_hi: 37, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 219, byte_start_hi: 37, byte_len: 4 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 223, byte_start_hi: 37, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 226, byte_start_hi: 37, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 230, byte_start_hi: 37, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 232, byte_start_hi: 37, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 234, byte_start_hi: 37, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 236, byte_start_hi: 37, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 238, byte_start_hi: 37, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 240, byte_start_hi: 37, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 242, byte_start_hi: 37, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 244, byte_start_hi: 37, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 246, byte_start_hi: 37, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 248, byte_start_hi: 37, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 250, byte_start_hi: 37, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 37, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 37, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 32, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 38, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 38, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 38, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 38, byte_len: 4 }), 
-Disallowed, 
-Ignored, 
-Disallowed, 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 123, byte_start_hi: 37, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 38, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 172, byte_start_hi: 37, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 179, byte_start_hi: 37, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 180, byte_start_hi: 37, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 173, byte_start_hi: 37, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 61, byte_start_hi: 38, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 8, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 177, byte_start_hi: 8, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 174, byte_start_hi: 37, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 171, byte_start_hi: 8, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 118, byte_start_hi: 37, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 175, byte_start_hi: 37, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 14, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 38, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 43, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 33, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 165, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 166, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 167, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 169, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 8, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 122, byte_start_hi: 37, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 2, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 37, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 175, byte_start_hi: 8, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 177, byte_start_hi: 37, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 37, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 181, byte_start_hi: 37, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 37, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 178, byte_start_hi: 37, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 171, byte_start_hi: 37, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 63, byte_start_hi: 38, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 137, byte_start_hi: 37, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 77, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 138, byte_start_hi: 37, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 38, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 139, byte_start_hi: 37, byte_len: 1 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 65, byte_start_hi: 38, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 38, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 69, byte_start_hi: 38, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 14, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 158, byte_start_hi: 37, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 161, byte_start_hi: 37, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 119, byte_start_hi: 37, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 72, byte_start_hi: 38, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 85, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 75, byte_start_hi: 38, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 78, byte_start_hi: 38, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 81, byte_start_hi: 38, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 84, byte_start_hi: 38, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 87, byte_start_hi: 38, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 90, byte_start_hi: 38, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 93, byte_start_hi: 38, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 38, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 99, byte_start_hi: 38, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 102, byte_start_hi: 38, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 203, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 206, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 209, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 212, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 215, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 218, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 221, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 224, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 227, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 230, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 233, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 236, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 239, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 242, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 245, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 248, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 251, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 31, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 37, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 43, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 49, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 55, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 61, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 67, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 70, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 73, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 76, byte_start_hi: 18, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 105, byte_start_hi: 38, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 38, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 111, byte_start_hi: 38, byte_len: 3 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 35, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 41, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 47, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 53, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 59, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 65, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 68, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 71, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 74, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 77, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 80, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 83, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 86, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 89, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 92, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 95, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 98, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 101, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 104, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 107, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 110, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 113, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 116, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 119, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 122, byte_start_hi: 14, byte_len: 3 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 125, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 128, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 131, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 134, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 137, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 140, byte_start_hi: 14, byte_len: 3 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 143, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 146, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 149, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 155, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 158, byte_start_hi: 14, byte_len: 3 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 161, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 167, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 173, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 14, byte_len: 3 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 179, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 182, byte_start_hi: 14, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 185, byte_start_hi: 14, byte_len: 3 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 114, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 116, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 118, byte_start_hi: 38, byte_len: 2 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 0, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 120, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 122, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 38, byte_len: 3 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 127, byte_start_hi: 38, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 130, byte_start_hi: 38, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 133, byte_start_hi: 38, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 38, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 139, byte_start_hi: 38, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 142, byte_start_hi: 38, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 145, byte_start_hi: 38, byte_len: 3 }), 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 148, byte_start_hi: 38, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 38, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 38, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 38, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 38, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 38, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 172, byte_start_hi: 38, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 38, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 180, byte_start_hi: 38, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 184, byte_start_hi: 38, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 188, byte_start_hi: 38, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 192, byte_start_hi: 38, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 196, byte_start_hi: 38, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 200, byte_start_hi: 38, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 204, byte_start_hi: 38, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 208, byte_start_hi: 38, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 212, byte_start_hi: 38, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 216, byte_start_hi: 38, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 220, byte_start_hi: 38, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 224, byte_start_hi: 38, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 228, byte_start_hi: 38, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 232, byte_start_hi: 38, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 236, byte_start_hi: 38, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 240, byte_start_hi: 38, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 244, byte_start_hi: 38, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 248, byte_start_hi: 38, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 38, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 39, byte_len: 4 }), 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 68, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 72, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 76, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 80, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 84, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 92, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 100, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 104, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 112, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 116, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 120, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 128, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 132, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 140, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 144, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 148, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 172, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 180, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 184, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 188, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 192, byte_start_hi: 39, byte_len: 4 }), 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 196, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 200, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 204, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 208, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 212, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 216, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 220, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 224, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 228, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 232, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 236, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 240, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 244, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 248, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 39, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 68, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 72, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 76, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 80, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 84, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 92, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 100, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 104, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 112, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 116, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 120, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 128, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 132, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 140, byte_start_hi: 40, byte_len: 4 }), 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 144, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 148, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 172, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 180, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 184, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 188, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 192, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 196, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 200, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 204, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 208, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 212, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 216, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 220, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 224, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 228, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 232, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 236, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 240, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 244, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 248, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 40, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 41, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 41, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 41, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 41, byte_len: 4 }), 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Ignored, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 41, byte_len: 8 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 41, byte_len: 8 }), 
-Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 41, byte_len: 12 }), 
-Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 41, byte_len: 12 }), 
-Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 41, byte_len: 12 }), 
-Mapped(StringTableSlice { byte_start_lo: 68, byte_start_hi: 41, byte_len: 12 }), 
-Mapped(StringTableSlice { byte_start_lo: 80, byte_start_hi: 41, byte_len: 12 }), 
-Valid, 
-Disallowed, 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 92, byte_start_hi: 41, byte_len: 8 }), 
-Mapped(StringTableSlice { byte_start_lo: 100, byte_start_hi: 41, byte_len: 8 }), 
-Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 41, byte_len: 12 }), 
-Mapped(StringTableSlice { byte_start_lo: 120, byte_start_hi: 41, byte_len: 12 }), 
-Mapped(StringTableSlice { byte_start_lo: 132, byte_start_hi: 41, byte_len: 12 }), 
-Mapped(StringTableSlice { byte_start_lo: 144, byte_start_hi: 41, byte_len: 12 }), 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 41, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 158, byte_start_hi: 41, byte_len: 2 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 243, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 0, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 41, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 243, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 0, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 163, byte_start_hi: 41, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 243, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 0, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 41, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 243, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 0, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 163, byte_start_hi: 41, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 243, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 0, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 41, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 243, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 0, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 163, byte_start_hi: 41, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 243, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 0, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 41, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 243, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 0, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 163, byte_start_hi: 41, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 243, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 0, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 41, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 243, byte_start_hi: 1, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 0, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 163, byte_start_hi: 41, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 2, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 78, byte_start_hi: 2, byte_len: 2 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 43, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 33, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 165, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 166, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 167, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 169, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 43, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 33, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 165, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 166, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 167, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 169, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 43, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 33, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 165, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 166, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 167, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 169, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 43, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 33, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 165, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 166, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 167, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 169, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 43, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 33, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 165, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 166, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 167, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 169, byte_start_hi: 8, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 8, byte_len: 1 }), 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 166, byte_start_hi: 41, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 41, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 174, byte_start_hi: 41, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 178, byte_start_hi: 41, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 182, byte_start_hi: 41, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 186, byte_start_hi: 41, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 190, byte_start_hi: 41, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 194, byte_start_hi: 41, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 198, byte_start_hi: 41, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 202, byte_start_hi: 41, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 206, byte_start_hi: 41, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 210, byte_start_hi: 41, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 214, byte_start_hi: 41, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 218, byte_start_hi: 41, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 222, byte_start_hi: 41, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 226, byte_start_hi: 41, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 230, byte_start_hi: 41, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 234, byte_start_hi: 41, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 238, byte_start_hi: 41, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 242, byte_start_hi: 41, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 246, byte_start_hi: 41, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 250, byte_start_hi: 41, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 41, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 42, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 42, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 42, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 42, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 42, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 42, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 42, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 42, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 42, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 42, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 42, byte_len: 4 }), 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 242, byte_start_hi: 37, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 244, byte_start_hi: 37, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 37, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 38, byte_len: 2 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 37, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 248, byte_start_hi: 37, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 250, byte_start_hi: 37, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 42, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 234, byte_start_hi: 31, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 42, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 42, byte_len: 2 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 244, byte_start_hi: 37, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 37, byte_len: 2 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 38, byte_len: 2 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 37, byte_len: 2 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 38, byte_len: 2 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 248, byte_start_hi: 37, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 250, byte_start_hi: 37, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 38, byte_len: 2 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 38, byte_len: 2 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 38, byte_len: 2 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 37, byte_len: 2 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 37, byte_len: 2 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 38, byte_len: 2 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 38, byte_len: 2 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 38, byte_len: 2 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 38, byte_len: 2 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 38, byte_len: 2 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 38, byte_len: 2 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 38, byte_len: 2 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 38, byte_len: 2 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 234, byte_start_hi: 31, byte_len: 2 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 42, byte_len: 2 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 244, byte_start_hi: 37, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 37, byte_len: 2 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 38, byte_len: 2 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 37, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 38, byte_len: 2 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 38, byte_len: 2 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 248, byte_start_hi: 37, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 250, byte_start_hi: 37, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 38, byte_len: 2 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 42, byte_len: 2 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 42, byte_len: 2 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 242, byte_start_hi: 37, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 244, byte_start_hi: 37, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 37, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 37, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 38, byte_len: 2 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 248, byte_start_hi: 37, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 250, byte_start_hi: 37, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 38, byte_len: 2 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 244, byte_start_hi: 37, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 37, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 38, byte_len: 2 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 37, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 38, byte_len: 2 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 248, byte_start_hi: 37, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 250, byte_start_hi: 37, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 38, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 38, byte_len: 2 }), 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 42, byte_len: 2 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 42, byte_len: 2 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 42, byte_len: 2 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 42, byte_len: 2 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 42, byte_len: 2 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 42, byte_len: 2 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 42, byte_len: 2 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 42, byte_len: 2 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 68, byte_start_hi: 42, byte_len: 2 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 70, byte_start_hi: 42, byte_len: 2 }), 
-Valid, 
-Disallowed, 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 202, byte_start_hi: 9, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 205, byte_start_hi: 9, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 208, byte_start_hi: 9, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 211, byte_start_hi: 9, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 214, byte_start_hi: 9, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 217, byte_start_hi: 9, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 220, byte_start_hi: 9, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 223, byte_start_hi: 9, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 226, byte_start_hi: 9, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 229, byte_start_hi: 9, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 232, byte_start_hi: 9, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 235, byte_start_hi: 9, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 238, byte_start_hi: 9, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 241, byte_start_hi: 9, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 244, byte_start_hi: 9, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 247, byte_start_hi: 9, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 250, byte_start_hi: 9, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 253, byte_start_hi: 9, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 10, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 10, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 10, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 10, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 10, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 10, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 10, byte_len: 3 }), 
-DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 10, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 72, byte_start_hi: 42, byte_len: 7 }), 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 23, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 79, byte_start_hi: 42, byte_len: 2 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }), 
-Mapped(StringTableSlice { byte_start_lo: 81, byte_start_hi: 42, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 39, byte_start_hi: 23, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 83, byte_start_hi: 42, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 119, byte_start_hi: 0, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 85, byte_start_hi: 42, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 42, byte_len: 2 }), 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 90, byte_start_hi: 42, byte_len: 2 }), 
-Mapped(StringTableSlice { byte_start_lo: 92, byte_start_hi: 42, byte_len: 2 }), 
-Disallowed, 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 94, byte_start_hi: 42, byte_len: 2 }), 
-Valid, 
-Disallowed, 
-Valid, 
-Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 42, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 102, byte_start_hi: 42, byte_len: 6 }), 
-Mapped(StringTableSlice { byte_start_lo: 233, byte_start_hi: 17, byte_len: 3 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 42, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 111, byte_start_hi: 42, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 114, byte_start_hi: 42, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 149, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 117, byte_start_hi: 42, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 120, byte_start_hi: 42, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 82, byte_start_hi: 15, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 123, byte_start_hi: 42, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 126, byte_start_hi: 42, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 129, byte_start_hi: 42, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 73, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 132, byte_start_hi: 42, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 135, byte_start_hi: 42, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 138, byte_start_hi: 42, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 141, byte_start_hi: 42, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 144, byte_start_hi: 42, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 147, byte_start_hi: 42, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 172, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 150, byte_start_hi: 42, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 153, byte_start_hi: 42, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 42, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 159, byte_start_hi: 42, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 162, byte_start_hi: 42, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 165, byte_start_hi: 42, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 131, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 15, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 42, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 82, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 67, byte_start_hi: 15, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 85, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 171, byte_start_hi: 42, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 84, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 174, byte_start_hi: 42, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 177, byte_start_hi: 42, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 180, byte_start_hi: 42, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 183, byte_start_hi: 42, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 186, byte_start_hi: 42, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 31, byte_start_hi: 17, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 94, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 189, byte_start_hi: 42, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 192, byte_start_hi: 42, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 195, byte_start_hi: 42, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 198, byte_start_hi: 42, byte_len: 3 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 201, byte_start_hi: 42, byte_len: 9 }), 
-Mapped(StringTableSlice { byte_start_lo: 210, byte_start_hi: 42, byte_len: 9 }), 
-Mapped(StringTableSlice { byte_start_lo: 219, byte_start_hi: 42, byte_len: 9 }), 
-Mapped(StringTableSlice { byte_start_lo: 228, byte_start_hi: 42, byte_len: 9 }), 
-Mapped(StringTableSlice { byte_start_lo: 237, byte_start_hi: 42, byte_len: 9 }), 
-Mapped(StringTableSlice { byte_start_lo: 246, byte_start_hi: 42, byte_len: 9 }), 
-Mapped(StringTableSlice { byte_start_lo: 255, byte_start_hi: 42, byte_len: 9 }), 
-Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 43, byte_len: 9 }), 
-Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 43, byte_len: 9 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 29, byte_start_hi: 43, byte_len: 3 }), 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Valid, 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 35, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 41, byte_start_hi: 43, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 45, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 51, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 57, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 99, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 63, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 43, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 102, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 70, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 73, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 76, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 79, byte_start_hi: 43, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 83, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 86, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 138, byte_start_hi: 42, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 89, byte_start_hi: 43, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 93, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 99, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 102, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 105, byte_start_hi: 43, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 179, byte_start_hi: 11, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 109, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 112, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 115, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 118, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 192, byte_start_hi: 42, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 121, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 27, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 105, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 127, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 130, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 71, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 133, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 111, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 139, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 142, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 145, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 148, byte_start_hi: 43, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 155, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 158, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 161, byte_start_hi: 43, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 165, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 171, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 174, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 177, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 180, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 183, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 186, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 189, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 192, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 195, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 198, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 201, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 204, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 207, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 210, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 213, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 117, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 216, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 219, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 222, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 253, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 225, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 228, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 231, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 234, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 237, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 240, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 243, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 246, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 249, byte_start_hi: 43, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 253, byte_start_hi: 43, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 117, byte_start_hi: 42, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 44, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 44, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 29, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 35, byte_start_hi: 44, byte_len: 3 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 41, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 44, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 51, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 59, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 57, byte_start_hi: 44, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 61, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 44, byte_len: 3 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 67, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 70, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 73, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 76, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 79, byte_start_hi: 44, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 83, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 86, byte_start_hi: 44, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 90, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 93, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 99, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 102, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 105, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 111, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 114, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 117, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 120, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 123, byte_start_hi: 44, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 127, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 130, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 133, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 159, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 139, byte_start_hi: 44, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 37, byte_start_hi: 12, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 143, byte_start_hi: 44, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 147, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 150, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 153, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 44, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 44, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 167, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 173, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 179, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 182, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 185, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 188, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 191, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 132, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 194, byte_start_hi: 44, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 198, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 201, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 204, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 72, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 204, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 207, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 138, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 210, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 213, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 216, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 219, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 141, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 78, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 222, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 225, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 228, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 231, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 234, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 237, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 240, byte_start_hi: 44, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 244, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 247, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 250, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 253, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 45, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 31, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 144, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 37, byte_start_hi: 45, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 41, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 47, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 150, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 53, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 59, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 65, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 68, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 71, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 74, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 162, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 77, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 80, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 83, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 86, byte_start_hi: 45, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 90, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 93, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 99, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 153, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 102, byte_start_hi: 45, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 106, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 109, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 112, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 225, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 115, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 118, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 121, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 127, byte_start_hi: 45, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 131, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 134, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 137, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 140, byte_start_hi: 45, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 144, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 147, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 150, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 153, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 110, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 159, byte_start_hi: 45, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 163, byte_start_hi: 45, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 167, byte_start_hi: 45, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 171, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 174, byte_start_hi: 45, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 178, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 181, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 184, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 187, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 190, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 103, byte_start_hi: 28, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 193, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 196, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 199, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 202, byte_start_hi: 45, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 206, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 209, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 212, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 215, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 105, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 218, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 221, byte_start_hi: 45, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 225, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 228, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 231, byte_start_hi: 45, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 235, byte_start_hi: 45, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 239, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 242, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 245, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 248, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 251, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 45, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 46, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 46, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 46, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 46, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 46, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 46, byte_len: 3 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 46, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 114, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 46, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 27, byte_start_hi: 46, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 31, byte_start_hi: 46, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 46, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 37, byte_start_hi: 46, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 41, byte_start_hi: 46, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 45, byte_start_hi: 46, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 46, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 51, byte_start_hi: 46, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 46, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 57, byte_start_hi: 46, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 46, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 63, byte_start_hi: 46, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 120, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 46, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 69, byte_start_hi: 46, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 72, byte_start_hi: 46, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 75, byte_start_hi: 46, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 78, byte_start_hi: 46, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 82, byte_start_hi: 46, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 85, byte_start_hi: 46, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 68, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 89, byte_start_hi: 46, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 93, byte_start_hi: 46, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 46, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 100, byte_start_hi: 46, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 104, byte_start_hi: 46, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 46, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 111, byte_start_hi: 46, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 138, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 114, byte_start_hi: 46, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 118, byte_start_hi: 46, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 122, byte_start_hi: 46, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 126, byte_start_hi: 46, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 130, byte_start_hi: 46, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 133, byte_start_hi: 46, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 141, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 231, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 46, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 139, byte_start_hi: 46, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 142, byte_start_hi: 46, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 145, byte_start_hi: 46, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 149, byte_start_hi: 46, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 213, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 147, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 46, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 155, byte_start_hi: 46, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 186, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 159, byte_start_hi: 46, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 163, byte_start_hi: 46, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 57, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 167, byte_start_hi: 46, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 46, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 195, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 173, byte_start_hi: 46, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 46, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 179, byte_start_hi: 46, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 183, byte_start_hi: 46, byte_len: 4 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 187, byte_start_hi: 46, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 190, byte_start_hi: 46, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 194, byte_start_hi: 46, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 197, byte_start_hi: 46, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 200, byte_start_hi: 46, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 203, byte_start_hi: 46, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 207, byte_start_hi: 46, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 210, byte_start_hi: 46, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 213, byte_start_hi: 46, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 216, byte_start_hi: 46, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 219, byte_start_hi: 46, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 222, byte_start_hi: 46, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 226, byte_start_hi: 46, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 229, byte_start_hi: 46, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 232, byte_start_hi: 46, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 235, byte_start_hi: 46, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 238, byte_start_hi: 46, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 241, byte_start_hi: 46, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 244, byte_start_hi: 46, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 248, byte_start_hi: 46, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 46, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 255, byte_start_hi: 46, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 47, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 213, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 47, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 47, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 27, byte_start_hi: 47, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 31, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 47, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 41, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 47, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 53, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 47, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 47, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 47, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 68, byte_start_hi: 47, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 147, byte_start_hi: 44, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 72, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 75, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 78, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 81, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 84, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 87, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 90, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 93, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 99, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 102, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 105, byte_start_hi: 47, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 119, byte_start_hi: 27, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 109, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 112, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 115, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 118, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 121, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 222, byte_start_hi: 29, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 127, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 130, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 133, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 139, byte_start_hi: 47, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 143, byte_start_hi: 47, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 147, byte_start_hi: 47, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 151, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 154, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 157, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 163, byte_start_hi: 47, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 167, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 47, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 174, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 177, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 180, byte_start_hi: 47, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 184, byte_start_hi: 47, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 188, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 191, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 198, byte_start_hi: 26, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 194, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 197, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 200, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 203, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 206, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 209, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 212, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 215, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 218, byte_start_hi: 47, byte_len: 3 }), 
-Disallowed, 
-Mapped(StringTableSlice { byte_start_lo: 221, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 224, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 227, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 230, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 51, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 233, byte_start_hi: 47, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 237, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 240, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 243, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 246, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 249, byte_start_hi: 47, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 47, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 48, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 48, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 48, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 48, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 183, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 186, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 72, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 48, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 48, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 48, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 48, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 48, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 29, byte_start_hi: 48, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 33, byte_start_hi: 48, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 37, byte_start_hi: 48, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 48, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 43, byte_start_hi: 48, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 48, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 48, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 189, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 53, byte_start_hi: 48, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 57, byte_start_hi: 48, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 61, byte_start_hi: 48, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 48, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 67, byte_start_hi: 48, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 70, byte_start_hi: 48, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 74, byte_start_hi: 48, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 77, byte_start_hi: 48, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 80, byte_start_hi: 48, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 83, byte_start_hi: 48, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 86, byte_start_hi: 48, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 89, byte_start_hi: 48, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 92, byte_start_hi: 48, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 95, byte_start_hi: 48, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 99, byte_start_hi: 48, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 102, byte_start_hi: 48, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 105, byte_start_hi: 48, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 48, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 112, byte_start_hi: 48, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 115, byte_start_hi: 48, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 118, byte_start_hi: 48, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 121, byte_start_hi: 48, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 48, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 128, byte_start_hi: 48, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 132, byte_start_hi: 48, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 135, byte_start_hi: 48, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 138, byte_start_hi: 48, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 141, byte_start_hi: 48, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 145, byte_start_hi: 48, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 148, byte_start_hi: 48, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 207, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 48, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 155, byte_start_hi: 48, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 159, byte_start_hi: 48, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 162, byte_start_hi: 48, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 165, byte_start_hi: 48, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 48, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 171, byte_start_hi: 48, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 174, byte_start_hi: 48, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 177, byte_start_hi: 48, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 180, byte_start_hi: 48, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 210, byte_start_hi: 30, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 184, byte_start_hi: 48, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 187, byte_start_hi: 48, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 190, byte_start_hi: 48, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 193, byte_start_hi: 48, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 196, byte_start_hi: 48, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 199, byte_start_hi: 48, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 203, byte_start_hi: 48, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 206, byte_start_hi: 48, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 210, byte_start_hi: 48, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 214, byte_start_hi: 48, byte_len: 4 }), 
-Mapped(StringTableSlice { byte_start_lo: 216, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 218, byte_start_hi: 48, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 228, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 221, byte_start_hi: 48, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 224, byte_start_hi: 48, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 227, byte_start_hi: 48, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 230, byte_start_hi: 48, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 243, byte_start_hi: 13, byte_len: 3 }), 
-Mapped(StringTableSlice { byte_start_lo: 233, byte_start_hi: 48, byte_len: 4 }), 
-Disallowed, 
-Ignored, 
+    DisallowedStd3Valid,
+    Valid,
+    DisallowedStd3Valid,
+    Valid,
+    DisallowedStd3Valid,
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }),
+    DisallowedStd3Valid,
+    Valid,
+    DisallowedStd3Valid,
+    Disallowed,
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 0, byte_len: 1 }),
+    Valid,
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 27, byte_start_hi: 0, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }),
+    Valid,
+    Ignored,
+    Valid,
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 0, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 33, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 0, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 35, byte_start_hi: 0, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 0, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 43, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 0, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 49, byte_start_hi: 0, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 0, byte_len: 5 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 59, byte_start_hi: 0, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 61, byte_start_hi: 0, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 63, byte_start_hi: 0, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 65, byte_start_hi: 0, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 67, byte_start_hi: 0, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 69, byte_start_hi: 0, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 71, byte_start_hi: 0, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 73, byte_start_hi: 0, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 75, byte_start_hi: 0, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 77, byte_start_hi: 0, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 79, byte_start_hi: 0, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 81, byte_start_hi: 0, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 83, byte_start_hi: 0, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 85, byte_start_hi: 0, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 87, byte_start_hi: 0, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 89, byte_start_hi: 0, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 91, byte_start_hi: 0, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 93, byte_start_hi: 0, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 95, byte_start_hi: 0, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 97, byte_start_hi: 0, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 99, byte_start_hi: 0, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 101, byte_start_hi: 0, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 103, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 105, byte_start_hi: 0, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 107, byte_start_hi: 0, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 109, byte_start_hi: 0, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 111, byte_start_hi: 0, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 113, byte_start_hi: 0, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 115, byte_start_hi: 0, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 117, byte_start_hi: 0, byte_len: 2 }),
+    Deviation(StringTableSlice { byte_start_lo: 119, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 121, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 123, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 125, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 127, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 129, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 131, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 133, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 135, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 137, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 139, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 141, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 143, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 145, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 147, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 149, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 151, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 153, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 155, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 157, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 159, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 161, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 163, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 165, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 167, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 169, byte_start_hi: 0, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 172, byte_start_hi: 0, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 174, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 178, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 180, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 182, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 184, byte_start_hi: 0, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 187, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 189, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 191, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 193, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 195, byte_start_hi: 0, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 198, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 200, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 202, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 204, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 206, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 208, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 210, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 212, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 214, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 216, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 218, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 220, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 222, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 224, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 226, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 228, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 230, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 232, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 234, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 236, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 238, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 240, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 242, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 244, byte_start_hi: 0, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 246, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 248, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 250, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 0, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 68, byte_start_hi: 1, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 71, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 73, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 75, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 77, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 79, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 81, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 83, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 85, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 87, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 89, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 91, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 93, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 95, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 97, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 99, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 101, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 103, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 105, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 107, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 109, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 111, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 113, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 115, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 117, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 119, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 121, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 123, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 125, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 127, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 129, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 131, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 133, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 135, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 137, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 139, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 141, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 143, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 145, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 147, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 149, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 151, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 153, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 155, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 157, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 159, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 161, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 163, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 165, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 167, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 169, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 171, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 173, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 175, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 177, byte_start_hi: 1, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 180, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 182, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 184, byte_start_hi: 1, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 187, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 189, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 191, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 193, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 195, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 197, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 199, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 201, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 203, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 205, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 207, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 209, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 211, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }),
+    Valid,
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 213, byte_start_hi: 1, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 216, byte_start_hi: 1, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 219, byte_start_hi: 1, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 222, byte_start_hi: 1, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 225, byte_start_hi: 1, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 228, byte_start_hi: 1, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 231, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 233, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 235, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 237, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 239, byte_start_hi: 1, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 243, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Ignored,
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 245, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 247, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 249, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 251, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Disallowed,
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 253, byte_start_hi: 1, byte_len: 3 }),
+    Valid,
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 2, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 2, byte_len: 2 }),
+    Disallowed,
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 35, byte_start_hi: 0, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 2, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 2, byte_len: 2 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 2, byte_len: 2 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 243, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 0, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 2, byte_len: 2 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 68, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 70, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Deviation(StringTableSlice { byte_start_lo: 54, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 72, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 70, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 74, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 76, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 78, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 80, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 82, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 84, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 86, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 90, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 92, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 94, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 98, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 100, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 102, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 104, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 106, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 110, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 112, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 114, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 116, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 118, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 120, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 122, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 126, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 128, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 130, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 132, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 134, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 138, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 140, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 142, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 144, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 146, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 148, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 150, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 154, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 158, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 162, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 166, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 172, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 174, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 178, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 180, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 182, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 184, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 186, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 188, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 190, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 192, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 194, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 196, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 198, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 200, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 202, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 204, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 206, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 208, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 210, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 212, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 214, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 216, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 218, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 220, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 222, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 224, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 226, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 228, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 230, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 232, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 234, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 236, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 238, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 240, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 242, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 244, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 246, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 248, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 250, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 68, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 70, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 72, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 74, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 76, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 78, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 80, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 82, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 84, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 86, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 90, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 92, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 94, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 98, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 100, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 102, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 104, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 106, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 110, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 112, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 114, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 116, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 118, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 120, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 122, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 126, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 128, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 130, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 132, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 134, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 138, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 140, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 142, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 144, byte_start_hi: 3, byte_len: 2 }),
+    Valid,
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 146, byte_start_hi: 3, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 148, byte_start_hi: 3, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 150, byte_start_hi: 3, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 3, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 154, byte_start_hi: 3, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 3, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 158, byte_start_hi: 3, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 3, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 162, byte_start_hi: 3, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 3, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 166, byte_start_hi: 3, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 3, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 3, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 172, byte_start_hi: 3, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 174, byte_start_hi: 3, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 3, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 178, byte_start_hi: 3, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 180, byte_start_hi: 3, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 182, byte_start_hi: 3, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 184, byte_start_hi: 3, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 186, byte_start_hi: 3, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 188, byte_start_hi: 3, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 190, byte_start_hi: 3, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 192, byte_start_hi: 3, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 194, byte_start_hi: 3, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 196, byte_start_hi: 3, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 198, byte_start_hi: 3, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 200, byte_start_hi: 3, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 202, byte_start_hi: 3, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 204, byte_start_hi: 3, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 206, byte_start_hi: 3, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 208, byte_start_hi: 3, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 210, byte_start_hi: 3, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 212, byte_start_hi: 3, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 214, byte_start_hi: 3, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 216, byte_start_hi: 3, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 218, byte_start_hi: 3, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 220, byte_start_hi: 3, byte_len: 2 }),
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 222, byte_start_hi: 3, byte_len: 4 }),
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 226, byte_start_hi: 3, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 230, byte_start_hi: 3, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 234, byte_start_hi: 3, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 238, byte_start_hi: 3, byte_len: 4 }),
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 242, byte_start_hi: 3, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 248, byte_start_hi: 3, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 3, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 4, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 4, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 4, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 4, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 4, byte_len: 6 }),
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 4, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 4, byte_len: 6 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 4, byte_len: 6 }),
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 4, byte_len: 6 }),
+    Disallowed,
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 4, byte_len: 6 }),
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 4, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 70, byte_start_hi: 4, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 76, byte_start_hi: 4, byte_len: 6 }),
+    Valid,
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 82, byte_start_hi: 4, byte_len: 6 }),
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 4, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 94, byte_start_hi: 4, byte_len: 6 }),
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 100, byte_start_hi: 4, byte_len: 6 }),
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 106, byte_start_hi: 4, byte_len: 6 }),
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 112, byte_start_hi: 4, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 118, byte_start_hi: 4, byte_len: 6 }),
+    Valid,
+    Disallowed,
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 4, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 127, byte_start_hi: 4, byte_len: 6 }),
+    Valid,
+    Disallowed,
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 133, byte_start_hi: 4, byte_len: 6 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 139, byte_start_hi: 4, byte_len: 6 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 145, byte_start_hi: 4, byte_len: 6 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 151, byte_start_hi: 4, byte_len: 6 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 157, byte_start_hi: 4, byte_len: 6 }),
+    Valid,
+    Disallowed,
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 163, byte_start_hi: 4, byte_len: 6 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 169, byte_start_hi: 4, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 175, byte_start_hi: 4, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 181, byte_start_hi: 4, byte_len: 9 }),
+    Mapped(StringTableSlice { byte_start_lo: 190, byte_start_hi: 4, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 196, byte_start_hi: 4, byte_len: 9 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 205, byte_start_hi: 4, byte_len: 6 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 211, byte_start_hi: 4, byte_len: 6 }),
+    Valid,
+    Disallowed,
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 217, byte_start_hi: 4, byte_len: 6 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 223, byte_start_hi: 4, byte_len: 6 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 229, byte_start_hi: 4, byte_len: 6 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 235, byte_start_hi: 4, byte_len: 6 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 241, byte_start_hi: 4, byte_len: 6 }),
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 247, byte_start_hi: 4, byte_len: 3 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 250, byte_start_hi: 4, byte_len: 3 }),
+    Disallowed,
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 253, byte_start_hi: 4, byte_len: 3 }),
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 5, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 5, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 5, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 5, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 5, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 5, byte_len: 3 }),
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Ignored,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 144, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 148, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 174, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 192, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 206, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 5, byte_len: 3 }),
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 71, byte_start_hi: 0, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 159, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 5, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 5, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 5, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 5, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 198, byte_start_hi: 0, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 5, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 33, byte_start_hi: 5, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 5, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 39, byte_start_hi: 5, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 166, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 5, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 5, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 91, byte_start_hi: 0, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 5, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 5, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 5, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 5, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 5, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 5, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 57, byte_start_hi: 5, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 59, byte_start_hi: 5, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 61, byte_start_hi: 5, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 5, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 5, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 68, byte_start_hi: 5, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 70, byte_start_hi: 5, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 72, byte_start_hi: 5, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 74, byte_start_hi: 5, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 76, byte_start_hi: 5, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 78, byte_start_hi: 5, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 191, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 80, byte_start_hi: 5, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 193, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 83, byte_start_hi: 5, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 85, byte_start_hi: 5, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Disallowed,
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 87, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 90, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 93, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 99, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 102, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 105, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 111, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 114, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 117, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 120, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 123, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 126, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 129, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 132, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 135, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 138, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 141, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 144, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 147, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 150, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 153, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 159, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 162, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 165, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 171, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 174, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 177, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 180, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 183, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 186, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 189, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 192, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 195, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 198, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 201, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 204, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 207, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 210, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 213, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 216, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 219, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 222, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 225, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 228, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 231, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 234, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 237, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 240, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 243, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 246, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 249, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 255, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 29, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 35, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 41, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 47, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 53, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 6, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 231, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 119, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 59, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 65, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 68, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 71, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 74, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 77, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 80, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 83, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 86, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 89, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 92, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 95, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 98, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 101, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 104, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 107, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 110, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 113, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 116, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 119, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 122, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 125, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 128, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 131, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 134, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 137, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 140, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 143, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 146, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 149, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 155, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 158, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 161, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 167, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 173, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 179, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 182, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 185, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 188, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 191, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 194, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 197, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 200, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 203, byte_start_hi: 6, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 206, byte_start_hi: 6, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 209, byte_start_hi: 6, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 212, byte_start_hi: 6, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 215, byte_start_hi: 6, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 218, byte_start_hi: 6, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 221, byte_start_hi: 6, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 224, byte_start_hi: 6, byte_len: 3 }),
+    Valid,
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 227, byte_start_hi: 6, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 230, byte_start_hi: 6, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 233, byte_start_hi: 6, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 236, byte_start_hi: 6, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 239, byte_start_hi: 6, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 242, byte_start_hi: 6, byte_len: 3 }),
+    Disallowed,
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 245, byte_start_hi: 6, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 248, byte_start_hi: 6, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 251, byte_start_hi: 6, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 6, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 7, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 7, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 7, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 7, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 7, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 7, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 7, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 7, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 7, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 7, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 31, byte_start_hi: 7, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 7, byte_len: 3 }),
+    Valid,
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 37, byte_start_hi: 7, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 7, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 43, byte_start_hi: 7, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 7, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 49, byte_start_hi: 7, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 7, byte_len: 3 }),
+    Disallowed,
+    Valid,
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 55, byte_start_hi: 7, byte_len: 3 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 7, byte_len: 3 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 61, byte_start_hi: 7, byte_len: 3 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 7, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 67, byte_start_hi: 7, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 70, byte_start_hi: 7, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 73, byte_start_hi: 7, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 76, byte_start_hi: 7, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 79, byte_start_hi: 7, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 82, byte_start_hi: 7, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 85, byte_start_hi: 7, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 7, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 2, byte_len: 2 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 91, byte_start_hi: 7, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 7, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 101, byte_start_hi: 7, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 106, byte_start_hi: 7, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 111, byte_start_hi: 7, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 116, byte_start_hi: 7, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 121, byte_start_hi: 7, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 126, byte_start_hi: 7, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 91, byte_start_hi: 7, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 7, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 101, byte_start_hi: 7, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 106, byte_start_hi: 7, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 111, byte_start_hi: 7, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 116, byte_start_hi: 7, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 121, byte_start_hi: 7, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 126, byte_start_hi: 7, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 131, byte_start_hi: 7, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 7, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 141, byte_start_hi: 7, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 146, byte_start_hi: 7, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 151, byte_start_hi: 7, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 7, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 161, byte_start_hi: 7, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 166, byte_start_hi: 7, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 131, byte_start_hi: 7, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 7, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 141, byte_start_hi: 7, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 146, byte_start_hi: 7, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 151, byte_start_hi: 7, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 7, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 161, byte_start_hi: 7, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 166, byte_start_hi: 7, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 171, byte_start_hi: 7, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 7, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 181, byte_start_hi: 7, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 186, byte_start_hi: 7, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 191, byte_start_hi: 7, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 196, byte_start_hi: 7, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 201, byte_start_hi: 7, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 206, byte_start_hi: 7, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 171, byte_start_hi: 7, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 7, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 181, byte_start_hi: 7, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 186, byte_start_hi: 7, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 191, byte_start_hi: 7, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 196, byte_start_hi: 7, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 201, byte_start_hi: 7, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 206, byte_start_hi: 7, byte_len: 5 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 211, byte_start_hi: 7, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 216, byte_start_hi: 7, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 220, byte_start_hi: 7, byte_len: 4 }),
+    Disallowed,
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 224, byte_start_hi: 7, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 229, byte_start_hi: 7, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 232, byte_start_hi: 7, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 235, byte_start_hi: 7, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 216, byte_start_hi: 7, byte_len: 4 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 238, byte_start_hi: 7, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 243, byte_start_hi: 1, byte_len: 2 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 238, byte_start_hi: 7, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 241, byte_start_hi: 7, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 244, byte_start_hi: 7, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 249, byte_start_hi: 7, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 7, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 8, byte_len: 4 }),
+    Disallowed,
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 8, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 8, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 8, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 7, byte_len: 4 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 8, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 8, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 27, byte_start_hi: 8, byte_len: 5 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 8, byte_len: 2 }),
+    Disallowed,
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 8, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 37, byte_start_hi: 8, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 8, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 2, byte_len: 2 }),
+    Disallowed,
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 43, byte_start_hi: 8, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 8, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 53, byte_start_hi: 8, byte_len: 5 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 8, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 8, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 63, byte_start_hi: 8, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 8, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 69, byte_start_hi: 8, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 72, byte_start_hi: 8, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 2, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 77, byte_start_hi: 8, byte_len: 1 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 78, byte_start_hi: 8, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 83, byte_start_hi: 8, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 87, byte_start_hi: 8, byte_len: 4 }),
+    Disallowed,
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 91, byte_start_hi: 8, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 8, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 99, byte_start_hi: 8, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 83, byte_start_hi: 8, byte_len: 4 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 35, byte_start_hi: 0, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 102, byte_start_hi: 8, byte_len: 3 }),
+    Disallowed,
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 0, byte_len: 1 }),
+    Ignored,
+    Deviation(StringTableSlice { byte_start_lo: 105, byte_start_hi: 8, byte_len: 0 }),
+    Disallowed,
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 105, byte_start_hi: 8, byte_len: 3 }),
+    Valid,
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 8, byte_len: 3 }),
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 0, byte_len: 1 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 111, byte_start_hi: 8, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 117, byte_start_hi: 8, byte_len: 9 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 126, byte_start_hi: 8, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 132, byte_start_hi: 8, byte_len: 9 }),
+    Valid,
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 141, byte_start_hi: 8, byte_len: 2 }),
+    Valid,
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 143, byte_start_hi: 8, byte_len: 3 }),
+    Valid,
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 146, byte_start_hi: 8, byte_len: 2 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 148, byte_start_hi: 8, byte_len: 2 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 150, byte_start_hi: 8, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 8, byte_len: 12 }),
+    Valid,
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 0, byte_len: 1 }),
+    Ignored,
+    Disallowed,
+    Ignored,
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 165, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 166, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 167, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 169, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 8, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 171, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 172, byte_start_hi: 8, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 175, byte_start_hi: 8, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 8, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 177, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 43, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 33, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 165, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 166, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 167, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 169, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 8, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 171, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 172, byte_start_hi: 8, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 175, byte_start_hi: 8, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 8, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 177, byte_start_hi: 8, byte_len: 1 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }),
+    Disallowed,
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 178, byte_start_hi: 8, byte_len: 2 }),
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 180, byte_start_hi: 8, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 183, byte_start_hi: 8, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 186, byte_start_hi: 8, byte_len: 3 }),
+    Valid,
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 189, byte_start_hi: 8, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 192, byte_start_hi: 8, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 1, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 195, byte_start_hi: 8, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 159, byte_start_hi: 0, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 198, byte_start_hi: 8, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 200, byte_start_hi: 8, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 202, byte_start_hi: 8, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 205, byte_start_hi: 8, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 69, byte_start_hi: 0, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 207, byte_start_hi: 8, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 209, byte_start_hi: 8, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 211, byte_start_hi: 8, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 213, byte_start_hi: 8, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 215, byte_start_hi: 8, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 218, byte_start_hi: 8, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 221, byte_start_hi: 8, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 226, byte_start_hi: 8, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 231, byte_start_hi: 8, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 237, byte_start_hi: 8, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 242, byte_start_hi: 8, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 247, byte_start_hi: 8, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 8, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 9, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 9, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 9, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 9, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 9, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 9, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 31, byte_start_hi: 9, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 9, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 41, byte_start_hi: 9, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 45, byte_start_hi: 9, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 47, byte_start_hi: 9, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 9, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 9, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 9, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 57, byte_start_hi: 9, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 61, byte_start_hi: 9, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 63, byte_start_hi: 9, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 65, byte_start_hi: 9, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 45, byte_start_hi: 9, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 47, byte_start_hi: 9, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 9, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 9, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 9, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 57, byte_start_hi: 9, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 61, byte_start_hi: 9, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 63, byte_start_hi: 9, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 65, byte_start_hi: 9, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }),
+    Valid,
+    Disallowed,
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 68, byte_start_hi: 9, byte_len: 5 }),
+    Valid,
+    Disallowed,
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 73, byte_start_hi: 9, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 79, byte_start_hi: 9, byte_len: 9 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 9, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 94, byte_start_hi: 9, byte_len: 9 }),
+    Valid,
+    DisallowedStd3Valid,
+    Valid,
+    DisallowedStd3Valid,
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 103, byte_start_hi: 9, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 106, byte_start_hi: 9, byte_len: 3 }),
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 43, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 33, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 165, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 166, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 167, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 169, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 109, byte_start_hi: 9, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 111, byte_start_hi: 9, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 113, byte_start_hi: 9, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 115, byte_start_hi: 9, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 117, byte_start_hi: 9, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 119, byte_start_hi: 9, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 121, byte_start_hi: 9, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 123, byte_start_hi: 9, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 125, byte_start_hi: 9, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 127, byte_start_hi: 9, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 129, byte_start_hi: 9, byte_len: 2 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 131, byte_start_hi: 9, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 134, byte_start_hi: 9, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 137, byte_start_hi: 9, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 140, byte_start_hi: 9, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 143, byte_start_hi: 9, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 146, byte_start_hi: 9, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 149, byte_start_hi: 9, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 9, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 155, byte_start_hi: 9, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 158, byte_start_hi: 9, byte_len: 4 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 162, byte_start_hi: 9, byte_len: 4 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 166, byte_start_hi: 9, byte_len: 4 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 9, byte_len: 4 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 174, byte_start_hi: 9, byte_len: 4 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 178, byte_start_hi: 9, byte_len: 4 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 182, byte_start_hi: 9, byte_len: 4 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 186, byte_start_hi: 9, byte_len: 4 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 190, byte_start_hi: 9, byte_len: 4 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 194, byte_start_hi: 9, byte_len: 4 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 198, byte_start_hi: 9, byte_len: 4 }),
+    Disallowed,
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 202, byte_start_hi: 9, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 205, byte_start_hi: 9, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 208, byte_start_hi: 9, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 211, byte_start_hi: 9, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 214, byte_start_hi: 9, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 217, byte_start_hi: 9, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 220, byte_start_hi: 9, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 223, byte_start_hi: 9, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 226, byte_start_hi: 9, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 229, byte_start_hi: 9, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 232, byte_start_hi: 9, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 235, byte_start_hi: 9, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 238, byte_start_hi: 9, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 241, byte_start_hi: 9, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 244, byte_start_hi: 9, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 247, byte_start_hi: 9, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 250, byte_start_hi: 9, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 253, byte_start_hi: 9, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 10, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 10, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 10, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 10, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 10, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 10, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 10, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 10, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 8, byte_len: 1 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 10, byte_len: 12 }),
+    Valid,
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 10, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 39, byte_start_hi: 10, byte_len: 2 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 41, byte_start_hi: 10, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 10, byte_len: 5 }),
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 49, byte_start_hi: 10, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 10, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 55, byte_start_hi: 10, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 10, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 61, byte_start_hi: 10, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 10, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 67, byte_start_hi: 10, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 70, byte_start_hi: 10, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 73, byte_start_hi: 10, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 76, byte_start_hi: 10, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 79, byte_start_hi: 10, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 82, byte_start_hi: 10, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 85, byte_start_hi: 10, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 10, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 91, byte_start_hi: 10, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 94, byte_start_hi: 10, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 97, byte_start_hi: 10, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 100, byte_start_hi: 10, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 103, byte_start_hi: 10, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 106, byte_start_hi: 10, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 109, byte_start_hi: 10, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 112, byte_start_hi: 10, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 115, byte_start_hi: 10, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 118, byte_start_hi: 10, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 121, byte_start_hi: 10, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 10, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 127, byte_start_hi: 10, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 130, byte_start_hi: 10, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 133, byte_start_hi: 10, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 10, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 139, byte_start_hi: 10, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 142, byte_start_hi: 10, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 145, byte_start_hi: 10, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 148, byte_start_hi: 10, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 151, byte_start_hi: 10, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 154, byte_start_hi: 10, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 157, byte_start_hi: 10, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 10, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 163, byte_start_hi: 10, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 166, byte_start_hi: 10, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 169, byte_start_hi: 10, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 172, byte_start_hi: 10, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 175, byte_start_hi: 10, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 178, byte_start_hi: 10, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 181, byte_start_hi: 10, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 184, byte_start_hi: 10, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 187, byte_start_hi: 10, byte_len: 3 }),
+    Disallowed,
+    Valid,
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 190, byte_start_hi: 10, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 193, byte_start_hi: 10, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 195, byte_start_hi: 10, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 198, byte_start_hi: 10, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 200, byte_start_hi: 10, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 203, byte_start_hi: 10, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 206, byte_start_hi: 10, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 5, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 5, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 5, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 5, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 209, byte_start_hi: 10, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 212, byte_start_hi: 10, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 215, byte_start_hi: 10, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 217, byte_start_hi: 10, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 219, byte_start_hi: 10, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 222, byte_start_hi: 10, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 225, byte_start_hi: 10, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 228, byte_start_hi: 10, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 231, byte_start_hi: 10, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 234, byte_start_hi: 10, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 237, byte_start_hi: 10, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 240, byte_start_hi: 10, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 243, byte_start_hi: 10, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 246, byte_start_hi: 10, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 249, byte_start_hi: 10, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 10, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 255, byte_start_hi: 10, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 11, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 11, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 11, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 11, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 11, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 11, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 11, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 11, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 11, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 29, byte_start_hi: 11, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 11, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 35, byte_start_hi: 11, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 11, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 41, byte_start_hi: 11, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 11, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 47, byte_start_hi: 11, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 11, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 53, byte_start_hi: 11, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 11, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 59, byte_start_hi: 11, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 11, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 65, byte_start_hi: 11, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 68, byte_start_hi: 11, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 71, byte_start_hi: 11, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 74, byte_start_hi: 11, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 77, byte_start_hi: 11, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 80, byte_start_hi: 11, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 83, byte_start_hi: 11, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 86, byte_start_hi: 11, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 89, byte_start_hi: 11, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 92, byte_start_hi: 11, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 95, byte_start_hi: 11, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 98, byte_start_hi: 11, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 101, byte_start_hi: 11, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 104, byte_start_hi: 11, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 107, byte_start_hi: 11, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 110, byte_start_hi: 11, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 113, byte_start_hi: 11, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 116, byte_start_hi: 11, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 119, byte_start_hi: 11, byte_len: 3 }),
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 122, byte_start_hi: 11, byte_len: 3 }),
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 125, byte_start_hi: 11, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 128, byte_start_hi: 11, byte_len: 3 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 131, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 134, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 137, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 140, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 143, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 146, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 149, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 155, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 158, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 161, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 167, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 173, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 179, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 182, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 185, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 188, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 191, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 194, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 197, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 200, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 203, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 206, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 209, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 212, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 215, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 218, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 221, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 224, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 227, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 230, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 233, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 236, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 239, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 242, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 245, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 248, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 251, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 31, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 37, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 43, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 49, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 55, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 61, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 67, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 70, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 73, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 76, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 79, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 82, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 85, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 91, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 94, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 97, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 100, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 103, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 106, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 109, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 112, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 115, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 118, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 121, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 127, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 130, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 133, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 139, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 142, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 145, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 148, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 151, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 154, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 157, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 163, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 166, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 169, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 172, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 175, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 178, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 181, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 184, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 187, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 190, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 193, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 196, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 199, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 202, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 205, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 208, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 211, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 214, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 217, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 220, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 223, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 226, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 229, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 232, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 235, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 238, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 241, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 244, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 247, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 250, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 253, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 27, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 33, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 39, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 45, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 51, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 57, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 63, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 69, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 72, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 75, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 78, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 81, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 84, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 87, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 90, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 93, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 99, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 102, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 105, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 111, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 114, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 117, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 120, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 123, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 126, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 129, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 132, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 135, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 138, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 141, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 144, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 147, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 150, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 153, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 159, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 162, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 165, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 171, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 174, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 177, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 180, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 183, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 186, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 189, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 192, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 195, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 198, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 201, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 204, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 207, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 210, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 213, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 216, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 219, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 222, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 225, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 228, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 231, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 234, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 237, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 240, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 243, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 246, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 249, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 255, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 14, byte_len: 3 }),
+    Disallowed,
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 0, byte_len: 1 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 14, byte_len: 1 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 14, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 200, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 14, byte_len: 3 }),
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 14, byte_len: 4 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 14, byte_len: 4 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 14, byte_len: 6 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 29, byte_start_hi: 14, byte_len: 6 }),
+    Disallowed,
+    Valid,
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 35, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 41, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 47, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 53, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 59, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 65, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 68, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 71, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 74, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 77, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 80, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 83, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 86, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 89, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 92, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 95, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 98, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 101, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 104, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 107, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 110, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 113, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 116, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 119, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 122, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 125, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 128, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 131, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 134, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 137, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 140, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 143, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 146, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 149, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 155, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 158, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 161, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 167, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 173, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 179, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 182, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 185, byte_start_hi: 14, byte_len: 3 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 188, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 191, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 194, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 197, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 200, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 203, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 206, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 209, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 212, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 215, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 218, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 221, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 224, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 227, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 230, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 233, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 236, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 239, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 242, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 245, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 248, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 251, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 15, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 15, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 15, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 15, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 15, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 15, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 15, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 15, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 15, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 15, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 31, byte_start_hi: 15, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 15, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 37, byte_start_hi: 15, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 15, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 43, byte_start_hi: 15, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 15, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 49, byte_start_hi: 15, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 15, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 55, byte_start_hi: 15, byte_len: 3 }),
+    Disallowed,
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 131, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 149, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 15, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 61, byte_start_hi: 15, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 15, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 67, byte_start_hi: 15, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 70, byte_start_hi: 15, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 73, byte_start_hi: 15, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 143, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 76, byte_start_hi: 15, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 79, byte_start_hi: 15, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 82, byte_start_hi: 15, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 85, byte_start_hi: 15, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 155, byte_start_hi: 11, byte_len: 3 }),
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 15, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 93, byte_start_hi: 15, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 98, byte_start_hi: 15, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 103, byte_start_hi: 15, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 15, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 113, byte_start_hi: 15, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 118, byte_start_hi: 15, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 123, byte_start_hi: 15, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 128, byte_start_hi: 15, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 133, byte_start_hi: 15, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 138, byte_start_hi: 15, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 143, byte_start_hi: 15, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 148, byte_start_hi: 15, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 153, byte_start_hi: 15, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 158, byte_start_hi: 15, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 163, byte_start_hi: 15, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 15, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 173, byte_start_hi: 15, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 178, byte_start_hi: 15, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 183, byte_start_hi: 15, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 188, byte_start_hi: 15, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 193, byte_start_hi: 15, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 198, byte_start_hi: 15, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 203, byte_start_hi: 15, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 208, byte_start_hi: 15, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 213, byte_start_hi: 15, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 218, byte_start_hi: 15, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 223, byte_start_hi: 15, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 228, byte_start_hi: 15, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 233, byte_start_hi: 15, byte_len: 8 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 241, byte_start_hi: 15, byte_len: 8 }),
+    Disallowed,
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 249, byte_start_hi: 15, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 15, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 16, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 16, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 16, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 16, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 16, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 16, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 33, byte_start_hi: 16, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 16, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 43, byte_start_hi: 16, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 16, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 53, byte_start_hi: 16, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 16, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 63, byte_start_hi: 16, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 68, byte_start_hi: 16, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 73, byte_start_hi: 16, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 78, byte_start_hi: 16, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 83, byte_start_hi: 16, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 16, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 93, byte_start_hi: 16, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 98, byte_start_hi: 16, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 103, byte_start_hi: 16, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 16, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 113, byte_start_hi: 16, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 118, byte_start_hi: 16, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 123, byte_start_hi: 16, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 128, byte_start_hi: 16, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 133, byte_start_hi: 16, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 138, byte_start_hi: 16, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 143, byte_start_hi: 16, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 148, byte_start_hi: 16, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 153, byte_start_hi: 16, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 158, byte_start_hi: 16, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 163, byte_start_hi: 16, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 16, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 173, byte_start_hi: 16, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 16, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 73, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 179, byte_start_hi: 16, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 182, byte_start_hi: 16, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 185, byte_start_hi: 16, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 187, byte_start_hi: 16, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 189, byte_start_hi: 16, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 191, byte_start_hi: 16, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 193, byte_start_hi: 16, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 195, byte_start_hi: 16, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 197, byte_start_hi: 16, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 199, byte_start_hi: 16, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 201, byte_start_hi: 16, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 203, byte_start_hi: 16, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 205, byte_start_hi: 16, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 207, byte_start_hi: 16, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 209, byte_start_hi: 16, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 211, byte_start_hi: 16, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 213, byte_start_hi: 16, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 35, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 53, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 59, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 83, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 86, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 95, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 101, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 104, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 110, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 113, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 116, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 119, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 122, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 215, byte_start_hi: 16, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 218, byte_start_hi: 16, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 221, byte_start_hi: 16, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 224, byte_start_hi: 16, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 227, byte_start_hi: 16, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 230, byte_start_hi: 16, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 233, byte_start_hi: 16, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 236, byte_start_hi: 16, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 239, byte_start_hi: 16, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 242, byte_start_hi: 16, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 245, byte_start_hi: 16, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 248, byte_start_hi: 16, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 251, byte_start_hi: 16, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 16, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 17, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 17, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 17, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 131, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 149, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 15, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 61, byte_start_hi: 15, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 200, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 94, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 130, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 127, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 97, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 117, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 224, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 31, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 37, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 43, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 49, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 55, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 242, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 61, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 67, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 70, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 73, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 76, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 79, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 15, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 67, byte_start_hi: 15, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 70, byte_start_hi: 15, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 82, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 85, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 91, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 94, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 97, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 100, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 103, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 106, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 109, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 112, byte_start_hi: 17, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 114, byte_start_hi: 17, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 116, byte_start_hi: 17, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 118, byte_start_hi: 17, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 120, byte_start_hi: 17, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 122, byte_start_hi: 17, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 17, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 126, byte_start_hi: 17, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 128, byte_start_hi: 17, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 130, byte_start_hi: 17, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 132, byte_start_hi: 17, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 134, byte_start_hi: 17, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 17, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 138, byte_start_hi: 17, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 140, byte_start_hi: 17, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 142, byte_start_hi: 17, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 146, byte_start_hi: 17, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 150, byte_start_hi: 17, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 154, byte_start_hi: 17, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 158, byte_start_hi: 17, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 162, byte_start_hi: 17, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 166, byte_start_hi: 17, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 17, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 174, byte_start_hi: 17, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 178, byte_start_hi: 17, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 183, byte_start_hi: 17, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 188, byte_start_hi: 17, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 193, byte_start_hi: 17, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 195, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 198, byte_start_hi: 17, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 200, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 203, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 206, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 209, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 212, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 215, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 218, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 221, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 224, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 227, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 230, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 233, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 236, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 239, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 242, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 245, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 248, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 251, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 31, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 37, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 43, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 49, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 55, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 61, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 67, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 70, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 73, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 76, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 79, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 82, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 85, byte_start_hi: 18, byte_len: 3 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 18, byte_len: 12 }),
+    Mapped(StringTableSlice { byte_start_lo: 100, byte_start_hi: 18, byte_len: 12 }),
+    Mapped(StringTableSlice { byte_start_lo: 112, byte_start_hi: 18, byte_len: 12 }),
+    Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 18, byte_len: 9 }),
+    Mapped(StringTableSlice { byte_start_lo: 133, byte_start_hi: 18, byte_len: 12 }),
+    Mapped(StringTableSlice { byte_start_lo: 145, byte_start_hi: 18, byte_len: 9 }),
+    Mapped(StringTableSlice { byte_start_lo: 154, byte_start_hi: 18, byte_len: 9 }),
+    Mapped(StringTableSlice { byte_start_lo: 163, byte_start_hi: 18, byte_len: 15 }),
+    Mapped(StringTableSlice { byte_start_lo: 178, byte_start_hi: 18, byte_len: 12 }),
+    Mapped(StringTableSlice { byte_start_lo: 190, byte_start_hi: 18, byte_len: 9 }),
+    Mapped(StringTableSlice { byte_start_lo: 199, byte_start_hi: 18, byte_len: 9 }),
+    Mapped(StringTableSlice { byte_start_lo: 208, byte_start_hi: 18, byte_len: 9 }),
+    Mapped(StringTableSlice { byte_start_lo: 217, byte_start_hi: 18, byte_len: 12 }),
+    Mapped(StringTableSlice { byte_start_lo: 229, byte_start_hi: 18, byte_len: 12 }),
+    Mapped(StringTableSlice { byte_start_lo: 241, byte_start_hi: 18, byte_len: 9 }),
+    Mapped(StringTableSlice { byte_start_lo: 250, byte_start_hi: 18, byte_len: 9 }),
+    Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 19, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 19, byte_len: 9 }),
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 19, byte_len: 12 }),
+    Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 19, byte_len: 12 }),
+    Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 19, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 19, byte_len: 15 }),
+    Mapped(StringTableSlice { byte_start_lo: 63, byte_start_hi: 19, byte_len: 18 }),
+    Mapped(StringTableSlice { byte_start_lo: 81, byte_start_hi: 19, byte_len: 15 }),
+    Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 19, byte_len: 9 }),
+    Mapped(StringTableSlice { byte_start_lo: 105, byte_start_hi: 19, byte_len: 15 }),
+    Mapped(StringTableSlice { byte_start_lo: 120, byte_start_hi: 19, byte_len: 15 }),
+    Mapped(StringTableSlice { byte_start_lo: 135, byte_start_hi: 19, byte_len: 12 }),
+    Mapped(StringTableSlice { byte_start_lo: 147, byte_start_hi: 19, byte_len: 9 }),
+    Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 19, byte_len: 9 }),
+    Mapped(StringTableSlice { byte_start_lo: 165, byte_start_hi: 19, byte_len: 9 }),
+    Mapped(StringTableSlice { byte_start_lo: 174, byte_start_hi: 19, byte_len: 12 }),
+    Mapped(StringTableSlice { byte_start_lo: 186, byte_start_hi: 19, byte_len: 15 }),
+    Mapped(StringTableSlice { byte_start_lo: 201, byte_start_hi: 19, byte_len: 12 }),
+    Mapped(StringTableSlice { byte_start_lo: 213, byte_start_hi: 19, byte_len: 9 }),
+    Mapped(StringTableSlice { byte_start_lo: 222, byte_start_hi: 19, byte_len: 9 }),
+    Mapped(StringTableSlice { byte_start_lo: 231, byte_start_hi: 19, byte_len: 9 }),
+    Mapped(StringTableSlice { byte_start_lo: 240, byte_start_hi: 19, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 246, byte_start_hi: 19, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 19, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 20, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 20, byte_len: 9 }),
+    Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 20, byte_len: 9 }),
+    Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 20, byte_len: 15 }),
+    Mapped(StringTableSlice { byte_start_lo: 41, byte_start_hi: 20, byte_len: 9 }),
+    Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 20, byte_len: 12 }),
+    Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 20, byte_len: 15 }),
+    Mapped(StringTableSlice { byte_start_lo: 77, byte_start_hi: 20, byte_len: 9 }),
+    Mapped(StringTableSlice { byte_start_lo: 86, byte_start_hi: 20, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 92, byte_start_hi: 20, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 98, byte_start_hi: 20, byte_len: 15 }),
+    Mapped(StringTableSlice { byte_start_lo: 113, byte_start_hi: 20, byte_len: 12 }),
+    Mapped(StringTableSlice { byte_start_lo: 125, byte_start_hi: 20, byte_len: 15 }),
+    Mapped(StringTableSlice { byte_start_lo: 140, byte_start_hi: 20, byte_len: 9 }),
+    Mapped(StringTableSlice { byte_start_lo: 149, byte_start_hi: 20, byte_len: 15 }),
+    Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 20, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 20, byte_len: 9 }),
+    Mapped(StringTableSlice { byte_start_lo: 179, byte_start_hi: 20, byte_len: 9 }),
+    Mapped(StringTableSlice { byte_start_lo: 188, byte_start_hi: 20, byte_len: 9 }),
+    Mapped(StringTableSlice { byte_start_lo: 197, byte_start_hi: 20, byte_len: 9 }),
+    Mapped(StringTableSlice { byte_start_lo: 206, byte_start_hi: 20, byte_len: 9 }),
+    Mapped(StringTableSlice { byte_start_lo: 215, byte_start_hi: 20, byte_len: 12 }),
+    Mapped(StringTableSlice { byte_start_lo: 227, byte_start_hi: 20, byte_len: 9 }),
+    Mapped(StringTableSlice { byte_start_lo: 236, byte_start_hi: 20, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 242, byte_start_hi: 20, byte_len: 9 }),
+    Mapped(StringTableSlice { byte_start_lo: 251, byte_start_hi: 20, byte_len: 9 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 21, byte_len: 9 }),
+    Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 21, byte_len: 12 }),
+    Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 21, byte_len: 9 }),
+    Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 21, byte_len: 9 }),
+    Mapped(StringTableSlice { byte_start_lo: 43, byte_start_hi: 21, byte_len: 9 }),
+    Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 21, byte_len: 15 }),
+    Mapped(StringTableSlice { byte_start_lo: 67, byte_start_hi: 21, byte_len: 12 }),
+    Mapped(StringTableSlice { byte_start_lo: 79, byte_start_hi: 21, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 85, byte_start_hi: 21, byte_len: 15 }),
+    Mapped(StringTableSlice { byte_start_lo: 100, byte_start_hi: 21, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 106, byte_start_hi: 21, byte_len: 12 }),
+    Mapped(StringTableSlice { byte_start_lo: 118, byte_start_hi: 21, byte_len: 12 }),
+    Mapped(StringTableSlice { byte_start_lo: 130, byte_start_hi: 21, byte_len: 9 }),
+    Mapped(StringTableSlice { byte_start_lo: 139, byte_start_hi: 21, byte_len: 9 }),
+    Mapped(StringTableSlice { byte_start_lo: 148, byte_start_hi: 21, byte_len: 9 }),
+    Mapped(StringTableSlice { byte_start_lo: 157, byte_start_hi: 21, byte_len: 12 }),
+    Mapped(StringTableSlice { byte_start_lo: 169, byte_start_hi: 21, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 175, byte_start_hi: 21, byte_len: 9 }),
+    Mapped(StringTableSlice { byte_start_lo: 184, byte_start_hi: 21, byte_len: 12 }),
+    Mapped(StringTableSlice { byte_start_lo: 196, byte_start_hi: 21, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 202, byte_start_hi: 21, byte_len: 15 }),
+    Mapped(StringTableSlice { byte_start_lo: 217, byte_start_hi: 21, byte_len: 9 }),
+    Mapped(StringTableSlice { byte_start_lo: 226, byte_start_hi: 21, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 230, byte_start_hi: 21, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 234, byte_start_hi: 21, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 238, byte_start_hi: 21, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 242, byte_start_hi: 21, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 246, byte_start_hi: 21, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 250, byte_start_hi: 21, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 21, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 22, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 22, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 22, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 22, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 22, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 22, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 22, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 35, byte_start_hi: 22, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 22, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 45, byte_start_hi: 22, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 22, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 55, byte_start_hi: 22, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 22, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 65, byte_start_hi: 22, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 70, byte_start_hi: 22, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 75, byte_start_hi: 22, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 80, byte_start_hi: 22, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 85, byte_start_hi: 22, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 22, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 90, byte_start_hi: 22, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 92, byte_start_hi: 22, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 95, byte_start_hi: 22, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 97, byte_start_hi: 22, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 99, byte_start_hi: 22, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 101, byte_start_hi: 22, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 104, byte_start_hi: 22, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 107, byte_start_hi: 22, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 109, byte_start_hi: 22, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 115, byte_start_hi: 22, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 121, byte_start_hi: 22, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 127, byte_start_hi: 22, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 133, byte_start_hi: 22, byte_len: 12 }),
+    Mapped(StringTableSlice { byte_start_lo: 145, byte_start_hi: 22, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 147, byte_start_hi: 22, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 149, byte_start_hi: 22, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 22, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 154, byte_start_hi: 22, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 22, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 158, byte_start_hi: 22, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 22, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 162, byte_start_hi: 22, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 165, byte_start_hi: 22, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 169, byte_start_hi: 22, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 171, byte_start_hi: 22, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 173, byte_start_hi: 22, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 22, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 179, byte_start_hi: 22, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 181, byte_start_hi: 22, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 183, byte_start_hi: 22, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 185, byte_start_hi: 22, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 188, byte_start_hi: 22, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 191, byte_start_hi: 22, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 194, byte_start_hi: 22, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 197, byte_start_hi: 22, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 200, byte_start_hi: 22, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 202, byte_start_hi: 22, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 204, byte_start_hi: 22, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 206, byte_start_hi: 22, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 208, byte_start_hi: 22, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 210, byte_start_hi: 22, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 213, byte_start_hi: 22, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 215, byte_start_hi: 22, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 217, byte_start_hi: 22, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 219, byte_start_hi: 22, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 222, byte_start_hi: 22, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 225, byte_start_hi: 22, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 227, byte_start_hi: 22, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 230, byte_start_hi: 22, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 233, byte_start_hi: 22, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 236, byte_start_hi: 22, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 238, byte_start_hi: 22, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 241, byte_start_hi: 22, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 246, byte_start_hi: 22, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 145, byte_start_hi: 22, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 22, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 255, byte_start_hi: 22, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 23, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 23, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 23, byte_len: 7 }),
+    Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 23, byte_len: 8 }),
+    Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 23, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 23, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 27, byte_start_hi: 23, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 23, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 23, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 23, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 23, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 39, byte_start_hi: 23, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 41, byte_start_hi: 23, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 39, byte_start_hi: 23, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 43, byte_start_hi: 23, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 45, byte_start_hi: 23, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 47, byte_start_hi: 23, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 23, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 23, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 23, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 23, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 57, byte_start_hi: 23, byte_len: 3 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 23, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 23, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 23, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 23, byte_len: 6 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 72, byte_start_hi: 23, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 74, byte_start_hi: 23, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 76, byte_start_hi: 23, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 78, byte_start_hi: 23, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 80, byte_start_hi: 23, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 82, byte_start_hi: 23, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 217, byte_start_hi: 22, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 84, byte_start_hi: 23, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 86, byte_start_hi: 23, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 23, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 90, byte_start_hi: 23, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 93, byte_start_hi: 23, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 158, byte_start_hi: 22, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 95, byte_start_hi: 23, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 98, byte_start_hi: 23, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 101, byte_start_hi: 23, byte_len: 2 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 103, byte_start_hi: 23, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 106, byte_start_hi: 23, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 23, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 110, byte_start_hi: 23, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 112, byte_start_hi: 23, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 114, byte_start_hi: 23, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 119, byte_start_hi: 23, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 23, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 128, byte_start_hi: 23, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 132, byte_start_hi: 23, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 23, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 140, byte_start_hi: 23, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 144, byte_start_hi: 23, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 148, byte_start_hi: 23, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 23, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 23, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 23, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 165, byte_start_hi: 23, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 23, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 175, byte_start_hi: 23, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 180, byte_start_hi: 23, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 185, byte_start_hi: 23, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 190, byte_start_hi: 23, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 195, byte_start_hi: 23, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 200, byte_start_hi: 23, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 205, byte_start_hi: 23, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 210, byte_start_hi: 23, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 215, byte_start_hi: 23, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 220, byte_start_hi: 23, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 225, byte_start_hi: 23, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 230, byte_start_hi: 23, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 235, byte_start_hi: 23, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 240, byte_start_hi: 23, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 245, byte_start_hi: 23, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 250, byte_start_hi: 23, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 255, byte_start_hi: 23, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 24, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 24, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 29, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 5, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 35, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 41, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 47, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 53, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 59, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 65, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 68, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 71, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 74, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 77, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 80, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 83, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 86, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 89, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 92, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 95, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 98, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 101, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 104, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 107, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 110, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 113, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 116, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 119, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 122, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 192, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 196, byte_start_hi: 2, byte_len: 2 }),
+    Valid,
+    Disallowed,
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 125, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 128, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 131, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 134, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 137, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 140, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 143, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 146, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 149, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 155, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 158, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 161, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 167, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 173, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 179, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 182, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 185, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 188, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 191, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 194, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 197, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 200, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 203, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 206, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 209, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 212, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 215, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 218, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 221, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 224, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 227, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 230, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 233, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 236, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 236, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 239, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 242, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 245, byte_start_hi: 24, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 248, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 251, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 24, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 25, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 25, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 25, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 5, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 25, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 25, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 25, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 25, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 25, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 25, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 25, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 31, byte_start_hi: 25, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 25, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 37, byte_start_hi: 25, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 25, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 43, byte_start_hi: 25, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 205, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 5, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 5, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 25, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 5, byte_len: 2 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 25, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 25, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 57, byte_start_hi: 5, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 55, byte_start_hi: 25, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 25, byte_len: 3 }),
+    Valid,
+    Disallowed,
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 159, byte_start_hi: 0, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 206, byte_start_hi: 0, byte_len: 2 }),
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 131, byte_start_hi: 24, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 61, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 193, byte_start_hi: 10, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 25, byte_len: 3 }),
+    Valid,
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 67, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 70, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 73, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 76, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 79, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 82, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 85, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 91, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 94, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 97, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 100, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 103, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 106, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 109, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 112, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 115, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 118, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 121, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 127, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 130, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 133, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 139, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 142, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 145, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 148, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 151, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 154, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 157, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 163, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 166, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 169, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 172, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 175, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 178, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 181, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 184, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 187, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 190, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 193, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 196, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 199, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 202, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 205, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 208, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 211, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 214, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 217, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 220, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 223, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 226, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 229, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 232, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 235, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 238, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 241, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 244, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 247, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 250, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 253, byte_start_hi: 25, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 27, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 33, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 39, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 45, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 26, byte_len: 3 }),
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 51, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 93, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 57, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 63, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 255, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 69, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 117, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 72, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 75, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 78, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 81, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 84, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 87, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 90, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 93, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 99, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 102, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 105, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 111, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 114, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 117, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 120, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 123, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 126, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 129, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 132, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 135, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 138, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 141, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 144, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 147, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 150, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 153, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 159, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 162, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 165, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 171, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 174, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 177, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 180, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 183, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 186, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 189, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 192, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 247, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 195, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 198, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 201, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 204, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 207, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 210, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 213, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 216, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 219, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 222, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 225, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 210, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 228, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 231, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 234, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 237, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 240, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 243, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 246, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 249, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 255, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 29, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 35, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 41, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 47, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 99, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 53, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 59, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 65, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 68, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 71, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 74, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 77, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 80, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 83, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 86, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 89, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 92, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 95, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 98, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 101, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 104, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 107, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 110, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 99, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 113, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 116, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 119, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 122, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 125, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 128, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 131, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 134, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 137, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 140, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 143, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 146, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 149, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 155, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 242, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 158, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 161, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 167, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 173, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 179, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 185, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 182, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 185, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 188, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 191, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 194, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 197, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 200, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 203, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 206, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 209, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 212, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 215, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 218, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 221, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 224, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 227, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 230, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 233, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 236, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 239, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 242, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 245, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 107, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 248, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 251, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 59, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 31, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 37, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 43, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 49, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 55, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 61, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 67, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 70, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 73, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 99, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 76, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 79, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 82, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 85, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 91, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 94, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 97, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 100, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 103, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 106, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 109, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 112, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 115, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 118, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 121, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 127, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 130, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 133, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 139, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 142, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 145, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 148, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 65, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 151, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 154, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 157, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 163, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 166, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 169, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 172, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 175, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 178, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 181, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 184, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 187, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 114, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 190, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 193, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 196, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 199, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 202, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 205, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 208, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 211, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 214, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 217, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 220, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 223, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 226, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 223, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 229, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 232, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 235, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 238, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 241, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 244, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 247, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 250, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 253, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 57, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 27, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 29, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 33, byte_start_hi: 29, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 29, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 39, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 45, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 51, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 57, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 63, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 244, byte_start_hi: 12, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 29, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 69, byte_start_hi: 29, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 72, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 75, byte_start_hi: 29, byte_len: 3 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 78, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 81, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 84, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 87, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 90, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 93, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 99, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 102, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 105, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 111, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 114, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 117, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 120, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 123, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 126, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 129, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 132, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 135, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 138, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 141, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 144, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 147, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 150, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 153, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 159, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 162, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 165, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 171, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 174, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 177, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 180, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 183, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 186, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 189, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 192, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 195, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 198, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 201, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 215, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 204, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 207, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 210, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 213, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 216, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 219, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 222, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 225, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 228, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 231, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 234, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 237, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 240, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 243, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 72, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 246, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 249, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 255, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 30, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 30, byte_len: 3 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 27, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 114, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 33, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 39, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 33, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 45, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 51, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 57, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 63, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 69, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 72, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 75, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 138, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 78, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 141, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 81, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 84, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 87, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 90, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 93, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 162, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 99, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 106, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 110, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 103, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 102, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 105, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 162, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 165, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 111, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 114, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 117, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 120, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 123, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 126, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 129, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 132, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 45, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 135, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 138, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 141, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 144, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 147, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 150, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 201, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 153, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 215, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 159, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 213, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 162, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 165, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 171, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 174, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 228, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 177, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 69, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 180, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 231, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 53, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 183, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 234, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 186, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 240, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 189, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 192, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 195, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 198, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 201, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 246, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 204, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 249, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 207, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 210, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 255, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 213, byte_start_hi: 30, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 217, byte_start_hi: 30, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 221, byte_start_hi: 30, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 225, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 228, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 231, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 234, byte_start_hi: 30, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 238, byte_start_hi: 30, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 242, byte_start_hi: 30, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 246, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 249, byte_start_hi: 30, byte_len: 3 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 30, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 30, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 31, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 31, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 31, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 31, byte_len: 2 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 31, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 31, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 31, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 31, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 31, byte_len: 4 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 31, byte_len: 4 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 31, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 31, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 207, byte_start_hi: 8, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 213, byte_start_hi: 8, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 31, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 31, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 31, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 31, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 31, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 31, byte_len: 2 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 171, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 31, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 31, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 31, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 31, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 72, byte_start_hi: 31, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 76, byte_start_hi: 31, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 80, byte_start_hi: 31, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 84, byte_start_hi: 31, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 31, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 92, byte_start_hi: 31, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 31, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 100, byte_start_hi: 31, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 104, byte_start_hi: 31, byte_len: 4 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 31, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 112, byte_start_hi: 31, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 116, byte_start_hi: 31, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 120, byte_start_hi: 31, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 31, byte_len: 4 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 128, byte_start_hi: 31, byte_len: 4 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 132, byte_start_hi: 31, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 31, byte_len: 4 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 140, byte_start_hi: 31, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 144, byte_start_hi: 31, byte_len: 4 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 148, byte_start_hi: 31, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 31, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 31, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 31, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 31, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 31, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 172, byte_start_hi: 31, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 31, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 180, byte_start_hi: 31, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 184, byte_start_hi: 31, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 188, byte_start_hi: 31, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 190, byte_start_hi: 31, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 192, byte_start_hi: 31, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 194, byte_start_hi: 31, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 196, byte_start_hi: 31, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 198, byte_start_hi: 31, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 200, byte_start_hi: 31, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 202, byte_start_hi: 31, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 204, byte_start_hi: 31, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 206, byte_start_hi: 31, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 208, byte_start_hi: 31, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 210, byte_start_hi: 31, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 212, byte_start_hi: 31, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 214, byte_start_hi: 31, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 216, byte_start_hi: 31, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 218, byte_start_hi: 31, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 220, byte_start_hi: 31, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 222, byte_start_hi: 31, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 224, byte_start_hi: 31, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 226, byte_start_hi: 31, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 228, byte_start_hi: 31, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 230, byte_start_hi: 31, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 232, byte_start_hi: 31, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 234, byte_start_hi: 31, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 236, byte_start_hi: 31, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 238, byte_start_hi: 31, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 240, byte_start_hi: 31, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 242, byte_start_hi: 31, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 244, byte_start_hi: 31, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 246, byte_start_hi: 31, byte_len: 2 }),
+    Valid,
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 248, byte_start_hi: 31, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 250, byte_start_hi: 31, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 31, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 31, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 234, byte_start_hi: 3, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 32, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 32, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 32, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 32, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 32, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 32, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 68, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 72, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 76, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 80, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 84, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 92, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 100, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 104, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 112, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 116, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 120, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 128, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 132, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 140, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 144, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 148, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 172, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 180, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 184, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 188, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 192, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 196, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 200, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 204, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 208, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 212, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 216, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 220, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 224, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 228, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 232, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 236, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 240, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 244, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 248, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 68, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 72, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 76, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 80, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 84, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 92, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 100, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 104, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 112, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 116, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 120, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 128, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 132, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 140, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 144, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 148, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 33, byte_len: 4 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 33, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 165, byte_start_hi: 33, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 33, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 175, byte_start_hi: 33, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 180, byte_start_hi: 33, byte_len: 5 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 185, byte_start_hi: 33, byte_len: 5 }),
+    Mapped(StringTableSlice { byte_start_lo: 190, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 194, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 198, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 202, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 206, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 72, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 210, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 76, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 80, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 214, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 218, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 222, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 100, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 104, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 226, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 230, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 112, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 234, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 116, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 120, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 236, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 240, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 238, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 72, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 242, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 246, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 250, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 100, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 104, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 140, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 144, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 68, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 72, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 84, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 92, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 112, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 128, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 132, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 140, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 148, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 172, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 180, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 184, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 188, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 192, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 200, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 204, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 208, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 212, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 216, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 220, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 224, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 228, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 232, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 244, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 248, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 68, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 72, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 84, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 92, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 112, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 128, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 132, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 72, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 112, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 33, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 34, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 68, byte_start_hi: 34, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 74, byte_start_hi: 34, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 80, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 84, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 92, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 100, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 104, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 112, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 116, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 120, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 128, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 132, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 140, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 144, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 148, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 172, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 180, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 184, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 80, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 84, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 92, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 100, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 104, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 112, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 116, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 120, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 128, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 132, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 140, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 144, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 148, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 172, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 180, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 184, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 196, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 34, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 196, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 200, byte_start_hi: 32, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 188, byte_start_hi: 34, byte_len: 4 }),
+    Valid,
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 192, byte_start_hi: 34, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 198, byte_start_hi: 34, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 204, byte_start_hi: 34, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 210, byte_start_hi: 34, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 216, byte_start_hi: 34, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 222, byte_start_hi: 34, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 228, byte_start_hi: 34, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 234, byte_start_hi: 34, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 240, byte_start_hi: 34, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 246, byte_start_hi: 34, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 34, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 35, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 35, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 35, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 35, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 35, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 35, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 35, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 35, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 35, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 35, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 35, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 68, byte_start_hi: 35, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 74, byte_start_hi: 35, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 80, byte_start_hi: 35, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 86, byte_start_hi: 35, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 92, byte_start_hi: 35, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 98, byte_start_hi: 35, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 104, byte_start_hi: 35, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 110, byte_start_hi: 35, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 116, byte_start_hi: 35, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 122, byte_start_hi: 35, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 128, byte_start_hi: 35, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 134, byte_start_hi: 35, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 140, byte_start_hi: 35, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 146, byte_start_hi: 35, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 35, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 158, byte_start_hi: 35, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 35, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 35, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 35, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 182, byte_start_hi: 35, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 188, byte_start_hi: 35, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 194, byte_start_hi: 35, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 200, byte_start_hi: 35, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 206, byte_start_hi: 35, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 212, byte_start_hi: 35, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 218, byte_start_hi: 35, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 224, byte_start_hi: 35, byte_len: 6 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 230, byte_start_hi: 35, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 236, byte_start_hi: 35, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 242, byte_start_hi: 35, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 248, byte_start_hi: 35, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 35, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 36, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 36, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 36, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 36, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 36, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 36, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 36, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 36, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 36, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 36, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 36, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 70, byte_start_hi: 36, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 76, byte_start_hi: 36, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 82, byte_start_hi: 36, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 36, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 94, byte_start_hi: 36, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 100, byte_start_hi: 36, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 106, byte_start_hi: 36, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 112, byte_start_hi: 36, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 118, byte_start_hi: 36, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 36, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 130, byte_start_hi: 36, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 36, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 142, byte_start_hi: 36, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 148, byte_start_hi: 36, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 154, byte_start_hi: 36, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 36, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 140, byte_start_hi: 35, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 35, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 166, byte_start_hi: 36, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 172, byte_start_hi: 36, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 178, byte_start_hi: 36, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 184, byte_start_hi: 36, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 190, byte_start_hi: 36, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 196, byte_start_hi: 36, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 190, byte_start_hi: 36, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 178, byte_start_hi: 36, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 202, byte_start_hi: 36, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 208, byte_start_hi: 36, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 214, byte_start_hi: 36, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 220, byte_start_hi: 36, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 226, byte_start_hi: 36, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 196, byte_start_hi: 36, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 98, byte_start_hi: 35, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 35, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 232, byte_start_hi: 36, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 238, byte_start_hi: 36, byte_len: 6 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 244, byte_start_hi: 36, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 250, byte_start_hi: 36, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 37, byte_len: 8 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 37, byte_len: 8 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 37, byte_len: 8 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 37, byte_len: 8 }),
+    Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 37, byte_len: 8 }),
+    Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 37, byte_len: 8 }),
+    Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 37, byte_len: 8 }),
+    Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 37, byte_len: 6 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 37, byte_len: 33 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 95, byte_start_hi: 37, byte_len: 15 }),
+    Mapped(StringTableSlice { byte_start_lo: 110, byte_start_hi: 37, byte_len: 8 }),
+    Valid,
+    Disallowed,
+    Ignored,
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 118, byte_start_hi: 37, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 119, byte_start_hi: 37, byte_len: 3 }),
+    Disallowed,
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 122, byte_start_hi: 37, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 2, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 123, byte_start_hi: 37, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 37, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 125, byte_start_hi: 37, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 128, byte_start_hi: 37, byte_len: 3 }),
+    Disallowed,
+    Valid,
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 131, byte_start_hi: 37, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 134, byte_start_hi: 37, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 137, byte_start_hi: 37, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 8, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 177, byte_start_hi: 8, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 138, byte_start_hi: 37, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 139, byte_start_hi: 37, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 140, byte_start_hi: 37, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 143, byte_start_hi: 37, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 146, byte_start_hi: 37, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 149, byte_start_hi: 37, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 37, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 155, byte_start_hi: 37, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 103, byte_start_hi: 9, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 106, byte_start_hi: 9, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 158, byte_start_hi: 37, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 161, byte_start_hi: 37, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 37, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 167, byte_start_hi: 37, byte_len: 3 }),
+    Valid,
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 37, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 171, byte_start_hi: 37, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 143, byte_start_hi: 8, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 137, byte_start_hi: 37, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 118, byte_start_hi: 37, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 119, byte_start_hi: 37, byte_len: 3 }),
+    Disallowed,
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 2, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 122, byte_start_hi: 37, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 37, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 123, byte_start_hi: 37, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 131, byte_start_hi: 37, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 8, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 177, byte_start_hi: 8, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 138, byte_start_hi: 37, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 139, byte_start_hi: 37, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 140, byte_start_hi: 37, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 143, byte_start_hi: 37, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 172, byte_start_hi: 37, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 173, byte_start_hi: 37, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 174, byte_start_hi: 37, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 171, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 175, byte_start_hi: 37, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 37, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 177, byte_start_hi: 37, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 175, byte_start_hi: 8, byte_len: 1 }),
+    Disallowed,
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 178, byte_start_hi: 37, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 179, byte_start_hi: 37, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 180, byte_start_hi: 37, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 181, byte_start_hi: 37, byte_len: 1 }),
+    Disallowed,
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 182, byte_start_hi: 37, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 185, byte_start_hi: 37, byte_len: 4 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 189, byte_start_hi: 37, byte_len: 3 }),
+    Valid,
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 192, byte_start_hi: 37, byte_len: 3 }),
+    Disallowed,
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 195, byte_start_hi: 37, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 198, byte_start_hi: 37, byte_len: 4 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 202, byte_start_hi: 37, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 205, byte_start_hi: 37, byte_len: 4 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 209, byte_start_hi: 37, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 212, byte_start_hi: 37, byte_len: 4 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 216, byte_start_hi: 37, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 219, byte_start_hi: 37, byte_len: 4 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 223, byte_start_hi: 37, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 226, byte_start_hi: 37, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 230, byte_start_hi: 37, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 232, byte_start_hi: 37, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 234, byte_start_hi: 37, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 236, byte_start_hi: 37, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 238, byte_start_hi: 37, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 240, byte_start_hi: 37, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 242, byte_start_hi: 37, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 244, byte_start_hi: 37, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 246, byte_start_hi: 37, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 248, byte_start_hi: 37, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 250, byte_start_hi: 37, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 37, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 37, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 32, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 38, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 38, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 38, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 38, byte_len: 4 }),
+    Disallowed,
+    Ignored,
+    Disallowed,
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 123, byte_start_hi: 37, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 38, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 172, byte_start_hi: 37, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 179, byte_start_hi: 37, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 180, byte_start_hi: 37, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 173, byte_start_hi: 37, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 61, byte_start_hi: 38, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 8, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 177, byte_start_hi: 8, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 174, byte_start_hi: 37, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 171, byte_start_hi: 8, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 118, byte_start_hi: 37, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 175, byte_start_hi: 37, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 14, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 38, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 43, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 33, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 165, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 166, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 167, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 169, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 8, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 122, byte_start_hi: 37, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 2, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 37, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 175, byte_start_hi: 8, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 177, byte_start_hi: 37, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 37, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 181, byte_start_hi: 37, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 37, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 178, byte_start_hi: 37, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 171, byte_start_hi: 37, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 63, byte_start_hi: 38, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 137, byte_start_hi: 37, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 77, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 138, byte_start_hi: 37, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 38, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 139, byte_start_hi: 37, byte_len: 1 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 65, byte_start_hi: 38, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 38, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 69, byte_start_hi: 38, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 14, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 158, byte_start_hi: 37, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 161, byte_start_hi: 37, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 119, byte_start_hi: 37, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 72, byte_start_hi: 38, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 85, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 75, byte_start_hi: 38, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 78, byte_start_hi: 38, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 81, byte_start_hi: 38, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 84, byte_start_hi: 38, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 87, byte_start_hi: 38, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 90, byte_start_hi: 38, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 93, byte_start_hi: 38, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 38, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 99, byte_start_hi: 38, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 102, byte_start_hi: 38, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 203, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 206, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 209, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 212, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 215, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 218, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 221, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 224, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 227, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 230, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 233, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 236, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 239, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 242, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 245, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 248, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 251, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 31, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 37, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 43, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 49, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 55, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 61, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 67, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 70, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 73, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 76, byte_start_hi: 18, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 105, byte_start_hi: 38, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 38, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 111, byte_start_hi: 38, byte_len: 3 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 35, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 41, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 47, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 53, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 59, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 65, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 68, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 71, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 74, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 77, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 80, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 83, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 86, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 89, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 92, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 95, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 98, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 101, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 104, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 107, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 110, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 113, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 116, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 119, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 122, byte_start_hi: 14, byte_len: 3 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 125, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 128, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 131, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 134, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 137, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 140, byte_start_hi: 14, byte_len: 3 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 143, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 146, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 149, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 155, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 158, byte_start_hi: 14, byte_len: 3 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 161, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 167, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 173, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 14, byte_len: 3 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 179, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 182, byte_start_hi: 14, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 185, byte_start_hi: 14, byte_len: 3 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 114, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 116, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 118, byte_start_hi: 38, byte_len: 2 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 0, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 120, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 122, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 38, byte_len: 3 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 127, byte_start_hi: 38, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 130, byte_start_hi: 38, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 133, byte_start_hi: 38, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 38, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 139, byte_start_hi: 38, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 142, byte_start_hi: 38, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 145, byte_start_hi: 38, byte_len: 3 }),
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 148, byte_start_hi: 38, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 38, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 38, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 38, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 38, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 38, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 172, byte_start_hi: 38, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 38, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 180, byte_start_hi: 38, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 184, byte_start_hi: 38, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 188, byte_start_hi: 38, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 192, byte_start_hi: 38, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 196, byte_start_hi: 38, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 200, byte_start_hi: 38, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 204, byte_start_hi: 38, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 208, byte_start_hi: 38, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 212, byte_start_hi: 38, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 216, byte_start_hi: 38, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 220, byte_start_hi: 38, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 224, byte_start_hi: 38, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 228, byte_start_hi: 38, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 232, byte_start_hi: 38, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 236, byte_start_hi: 38, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 240, byte_start_hi: 38, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 244, byte_start_hi: 38, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 248, byte_start_hi: 38, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 38, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 39, byte_len: 4 }),
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 68, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 72, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 76, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 80, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 84, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 92, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 100, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 104, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 112, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 116, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 120, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 128, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 132, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 140, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 144, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 148, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 172, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 180, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 184, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 188, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 192, byte_start_hi: 39, byte_len: 4 }),
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 196, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 200, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 204, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 208, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 212, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 216, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 220, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 224, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 228, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 232, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 236, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 240, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 244, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 248, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 39, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 68, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 72, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 76, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 80, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 84, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 92, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 100, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 104, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 112, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 116, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 120, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 128, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 132, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 140, byte_start_hi: 40, byte_len: 4 }),
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 144, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 148, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 172, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 180, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 184, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 188, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 192, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 196, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 200, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 204, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 208, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 212, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 216, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 220, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 224, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 228, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 232, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 236, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 240, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 244, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 248, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 40, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 41, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 41, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 41, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 41, byte_len: 4 }),
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Ignored,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 41, byte_len: 8 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 41, byte_len: 8 }),
+    Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 41, byte_len: 12 }),
+    Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 41, byte_len: 12 }),
+    Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 41, byte_len: 12 }),
+    Mapped(StringTableSlice { byte_start_lo: 68, byte_start_hi: 41, byte_len: 12 }),
+    Mapped(StringTableSlice { byte_start_lo: 80, byte_start_hi: 41, byte_len: 12 }),
+    Valid,
+    Disallowed,
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 92, byte_start_hi: 41, byte_len: 8 }),
+    Mapped(StringTableSlice { byte_start_lo: 100, byte_start_hi: 41, byte_len: 8 }),
+    Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 41, byte_len: 12 }),
+    Mapped(StringTableSlice { byte_start_lo: 120, byte_start_hi: 41, byte_len: 12 }),
+    Mapped(StringTableSlice { byte_start_lo: 132, byte_start_hi: 41, byte_len: 12 }),
+    Mapped(StringTableSlice { byte_start_lo: 144, byte_start_hi: 41, byte_len: 12 }),
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 41, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 158, byte_start_hi: 41, byte_len: 2 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 243, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 0, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 41, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 243, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 0, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 163, byte_start_hi: 41, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 243, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 0, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 41, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 243, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 0, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 163, byte_start_hi: 41, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 243, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 0, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 41, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 243, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 0, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 163, byte_start_hi: 41, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 243, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 0, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 41, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 243, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 0, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 163, byte_start_hi: 41, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 243, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 0, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 41, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 243, byte_start_hi: 1, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 0, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 163, byte_start_hi: 41, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 2, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 78, byte_start_hi: 2, byte_len: 2 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 43, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 33, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 165, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 166, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 167, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 169, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 43, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 33, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 165, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 166, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 167, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 169, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 43, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 33, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 165, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 166, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 167, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 169, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 43, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 33, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 165, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 166, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 167, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 169, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 43, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 33, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 165, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 166, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 167, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 169, byte_start_hi: 8, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 8, byte_len: 1 }),
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 166, byte_start_hi: 41, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 41, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 174, byte_start_hi: 41, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 178, byte_start_hi: 41, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 182, byte_start_hi: 41, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 186, byte_start_hi: 41, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 190, byte_start_hi: 41, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 194, byte_start_hi: 41, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 198, byte_start_hi: 41, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 202, byte_start_hi: 41, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 206, byte_start_hi: 41, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 210, byte_start_hi: 41, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 214, byte_start_hi: 41, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 218, byte_start_hi: 41, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 222, byte_start_hi: 41, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 226, byte_start_hi: 41, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 230, byte_start_hi: 41, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 234, byte_start_hi: 41, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 238, byte_start_hi: 41, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 242, byte_start_hi: 41, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 246, byte_start_hi: 41, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 250, byte_start_hi: 41, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 41, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 42, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 42, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 42, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 42, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 42, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 42, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 42, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 42, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 42, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 42, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 42, byte_len: 4 }),
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 242, byte_start_hi: 37, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 244, byte_start_hi: 37, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 37, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 38, byte_len: 2 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 37, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 248, byte_start_hi: 37, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 250, byte_start_hi: 37, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 42, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 234, byte_start_hi: 31, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 42, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 42, byte_len: 2 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 244, byte_start_hi: 37, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 37, byte_len: 2 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 38, byte_len: 2 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 37, byte_len: 2 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 38, byte_len: 2 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 248, byte_start_hi: 37, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 250, byte_start_hi: 37, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 38, byte_len: 2 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 38, byte_len: 2 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 38, byte_len: 2 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 37, byte_len: 2 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 37, byte_len: 2 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 38, byte_len: 2 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 38, byte_len: 2 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 38, byte_len: 2 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 38, byte_len: 2 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 38, byte_len: 2 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 38, byte_len: 2 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 38, byte_len: 2 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 38, byte_len: 2 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 234, byte_start_hi: 31, byte_len: 2 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 42, byte_len: 2 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 244, byte_start_hi: 37, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 37, byte_len: 2 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 38, byte_len: 2 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 37, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 38, byte_len: 2 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 38, byte_len: 2 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 248, byte_start_hi: 37, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 250, byte_start_hi: 37, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 38, byte_len: 2 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 42, byte_len: 2 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 42, byte_len: 2 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 242, byte_start_hi: 37, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 244, byte_start_hi: 37, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 37, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 37, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 38, byte_len: 2 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 248, byte_start_hi: 37, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 250, byte_start_hi: 37, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 38, byte_len: 2 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 244, byte_start_hi: 37, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 37, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 38, byte_len: 2 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 37, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 42, byte_start_hi: 38, byte_len: 2 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 248, byte_start_hi: 37, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 250, byte_start_hi: 37, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 38, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 38, byte_len: 2 }),
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 52, byte_start_hi: 42, byte_len: 2 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 42, byte_len: 2 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 42, byte_len: 2 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 42, byte_len: 2 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 42, byte_len: 2 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 42, byte_len: 2 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 42, byte_len: 2 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 42, byte_len: 2 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 68, byte_start_hi: 42, byte_len: 2 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 70, byte_start_hi: 42, byte_len: 2 }),
+    Valid,
+    Disallowed,
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 202, byte_start_hi: 9, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 205, byte_start_hi: 9, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 208, byte_start_hi: 9, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 211, byte_start_hi: 9, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 214, byte_start_hi: 9, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 217, byte_start_hi: 9, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 220, byte_start_hi: 9, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 223, byte_start_hi: 9, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 226, byte_start_hi: 9, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 229, byte_start_hi: 9, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 232, byte_start_hi: 9, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 235, byte_start_hi: 9, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 238, byte_start_hi: 9, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 241, byte_start_hi: 9, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 244, byte_start_hi: 9, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 247, byte_start_hi: 9, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 250, byte_start_hi: 9, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 253, byte_start_hi: 9, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 10, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 10, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 10, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 10, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 10, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 10, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 10, byte_len: 3 }),
+    DisallowedStd3Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 10, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 72, byte_start_hi: 42, byte_len: 7 }),
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 23, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 79, byte_start_hi: 42, byte_len: 2 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 2, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 5, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 15, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 0, byte_len: 1 }),
+    Mapped(StringTableSlice { byte_start_lo: 81, byte_start_hi: 42, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 39, byte_start_hi: 23, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 83, byte_start_hi: 42, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 119, byte_start_hi: 0, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 85, byte_start_hi: 42, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 88, byte_start_hi: 42, byte_len: 2 }),
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 90, byte_start_hi: 42, byte_len: 2 }),
+    Mapped(StringTableSlice { byte_start_lo: 92, byte_start_hi: 42, byte_len: 2 }),
+    Disallowed,
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 94, byte_start_hi: 42, byte_len: 2 }),
+    Valid,
+    Disallowed,
+    Valid,
+    Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 42, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 102, byte_start_hi: 42, byte_len: 6 }),
+    Mapped(StringTableSlice { byte_start_lo: 233, byte_start_hi: 17, byte_len: 3 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 42, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 111, byte_start_hi: 42, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 114, byte_start_hi: 42, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 149, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 117, byte_start_hi: 42, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 120, byte_start_hi: 42, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 82, byte_start_hi: 15, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 123, byte_start_hi: 42, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 126, byte_start_hi: 42, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 129, byte_start_hi: 42, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 73, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 132, byte_start_hi: 42, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 135, byte_start_hi: 42, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 138, byte_start_hi: 42, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 141, byte_start_hi: 42, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 144, byte_start_hi: 42, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 147, byte_start_hi: 42, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 172, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 150, byte_start_hi: 42, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 153, byte_start_hi: 42, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 42, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 159, byte_start_hi: 42, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 162, byte_start_hi: 42, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 165, byte_start_hi: 42, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 131, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 58, byte_start_hi: 15, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 42, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 82, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 67, byte_start_hi: 15, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 85, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 171, byte_start_hi: 42, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 84, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 174, byte_start_hi: 42, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 177, byte_start_hi: 42, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 180, byte_start_hi: 42, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 183, byte_start_hi: 42, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 186, byte_start_hi: 42, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 31, byte_start_hi: 17, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 94, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 189, byte_start_hi: 42, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 192, byte_start_hi: 42, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 195, byte_start_hi: 42, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 198, byte_start_hi: 42, byte_len: 3 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 201, byte_start_hi: 42, byte_len: 9 }),
+    Mapped(StringTableSlice { byte_start_lo: 210, byte_start_hi: 42, byte_len: 9 }),
+    Mapped(StringTableSlice { byte_start_lo: 219, byte_start_hi: 42, byte_len: 9 }),
+    Mapped(StringTableSlice { byte_start_lo: 228, byte_start_hi: 42, byte_len: 9 }),
+    Mapped(StringTableSlice { byte_start_lo: 237, byte_start_hi: 42, byte_len: 9 }),
+    Mapped(StringTableSlice { byte_start_lo: 246, byte_start_hi: 42, byte_len: 9 }),
+    Mapped(StringTableSlice { byte_start_lo: 255, byte_start_hi: 42, byte_len: 9 }),
+    Mapped(StringTableSlice { byte_start_lo: 8, byte_start_hi: 43, byte_len: 9 }),
+    Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 43, byte_len: 9 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 29, byte_start_hi: 43, byte_len: 3 }),
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Valid,
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 35, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 41, byte_start_hi: 43, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 45, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 51, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 57, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 99, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 63, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 43, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 102, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 70, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 73, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 76, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 79, byte_start_hi: 43, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 83, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 86, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 138, byte_start_hi: 42, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 89, byte_start_hi: 43, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 93, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 99, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 102, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 105, byte_start_hi: 43, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 179, byte_start_hi: 11, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 109, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 112, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 115, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 118, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 192, byte_start_hi: 42, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 121, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 27, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 105, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 30, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 127, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 130, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 71, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 133, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 111, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 139, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 142, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 145, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 148, byte_start_hi: 43, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 155, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 158, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 161, byte_start_hi: 43, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 165, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 171, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 174, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 177, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 180, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 183, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 186, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 189, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 192, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 195, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 198, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 201, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 36, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 204, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 207, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 210, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 213, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 117, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 216, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 219, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 222, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 253, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 225, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 228, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 231, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 234, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 237, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 240, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 243, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 246, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 249, byte_start_hi: 43, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 253, byte_start_hi: 43, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 117, byte_start_hi: 42, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 9, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 12, byte_start_hi: 44, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 44, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 29, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 32, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 35, byte_start_hi: 44, byte_len: 3 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 41, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 44, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 51, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 59, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 57, byte_start_hi: 44, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 61, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 44, byte_len: 3 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 67, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 70, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 73, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 76, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 79, byte_start_hi: 44, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 83, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 86, byte_start_hi: 44, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 90, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 93, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 99, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 102, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 105, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 111, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 114, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 117, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 120, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 123, byte_start_hi: 44, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 127, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 130, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 133, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 159, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 139, byte_start_hi: 44, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 37, byte_start_hi: 12, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 143, byte_start_hi: 44, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 147, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 150, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 153, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 44, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 44, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 164, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 167, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 173, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 179, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 182, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 185, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 188, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 191, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 132, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 194, byte_start_hi: 44, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 198, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 201, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 204, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 72, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 204, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 207, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 138, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 210, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 213, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 216, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 219, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 141, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 78, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 222, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 225, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 228, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 231, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 234, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 237, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 240, byte_start_hi: 44, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 244, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 247, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 250, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 253, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 45, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 19, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 22, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 25, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 28, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 31, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 144, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 37, byte_start_hi: 45, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 41, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 47, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 150, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 53, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 59, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 62, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 65, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 68, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 71, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 74, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 162, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 77, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 80, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 83, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 86, byte_start_hi: 45, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 90, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 93, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 99, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 153, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 102, byte_start_hi: 45, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 106, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 109, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 112, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 225, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 115, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 118, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 121, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 127, byte_start_hi: 45, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 131, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 134, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 137, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 140, byte_start_hi: 45, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 144, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 147, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 150, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 153, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 110, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 159, byte_start_hi: 45, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 163, byte_start_hi: 45, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 167, byte_start_hi: 45, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 171, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 174, byte_start_hi: 45, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 178, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 181, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 184, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 187, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 190, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 156, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 103, byte_start_hi: 28, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 193, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 196, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 199, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 202, byte_start_hi: 45, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 206, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 209, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 212, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 215, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 105, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 218, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 221, byte_start_hi: 45, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 225, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 228, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 231, byte_start_hi: 45, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 235, byte_start_hi: 45, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 239, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 242, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 245, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 248, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 251, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 254, byte_start_hi: 45, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 1, byte_start_hi: 46, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 46, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 46, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 11, byte_start_hi: 46, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 14, byte_start_hi: 46, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 18, byte_start_hi: 46, byte_len: 3 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 21, byte_start_hi: 46, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 114, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 46, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 27, byte_start_hi: 46, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 31, byte_start_hi: 46, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 46, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 37, byte_start_hi: 46, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 41, byte_start_hi: 46, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 45, byte_start_hi: 46, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 48, byte_start_hi: 46, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 51, byte_start_hi: 46, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 54, byte_start_hi: 46, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 57, byte_start_hi: 46, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 46, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 63, byte_start_hi: 46, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 120, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 66, byte_start_hi: 46, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 69, byte_start_hi: 46, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 72, byte_start_hi: 46, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 75, byte_start_hi: 46, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 78, byte_start_hi: 46, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 82, byte_start_hi: 46, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 85, byte_start_hi: 46, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 68, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 89, byte_start_hi: 46, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 93, byte_start_hi: 46, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 46, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 100, byte_start_hi: 46, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 104, byte_start_hi: 46, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 46, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 111, byte_start_hi: 46, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 138, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 114, byte_start_hi: 46, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 118, byte_start_hi: 46, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 122, byte_start_hi: 46, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 126, byte_start_hi: 46, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 130, byte_start_hi: 46, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 133, byte_start_hi: 46, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 141, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 231, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 46, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 139, byte_start_hi: 46, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 142, byte_start_hi: 46, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 145, byte_start_hi: 46, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 149, byte_start_hi: 46, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 213, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 147, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 46, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 155, byte_start_hi: 46, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 186, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 159, byte_start_hi: 46, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 163, byte_start_hi: 46, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 57, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 167, byte_start_hi: 46, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 46, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 195, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 173, byte_start_hi: 46, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 176, byte_start_hi: 46, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 179, byte_start_hi: 46, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 183, byte_start_hi: 46, byte_len: 4 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 187, byte_start_hi: 46, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 190, byte_start_hi: 46, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 194, byte_start_hi: 46, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 197, byte_start_hi: 46, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 200, byte_start_hi: 46, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 203, byte_start_hi: 46, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 207, byte_start_hi: 46, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 210, byte_start_hi: 46, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 213, byte_start_hi: 46, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 216, byte_start_hi: 46, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 219, byte_start_hi: 46, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 222, byte_start_hi: 46, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 226, byte_start_hi: 46, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 229, byte_start_hi: 46, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 232, byte_start_hi: 46, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 235, byte_start_hi: 46, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 238, byte_start_hi: 46, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 241, byte_start_hi: 46, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 244, byte_start_hi: 46, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 248, byte_start_hi: 46, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 46, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 255, byte_start_hi: 46, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 3, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 6, byte_start_hi: 47, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 213, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 16, byte_start_hi: 47, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 47, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 24, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 27, byte_start_hi: 47, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 31, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 34, byte_start_hi: 47, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 38, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 41, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 44, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 47, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 53, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 56, byte_start_hi: 47, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 60, byte_start_hi: 47, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 47, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 68, byte_start_hi: 47, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 147, byte_start_hi: 44, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 72, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 75, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 78, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 81, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 84, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 87, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 90, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 93, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 96, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 99, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 102, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 105, byte_start_hi: 47, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 119, byte_start_hi: 27, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 109, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 112, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 115, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 118, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 121, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 222, byte_start_hi: 29, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 127, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 130, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 133, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 136, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 139, byte_start_hi: 47, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 143, byte_start_hi: 47, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 147, byte_start_hi: 47, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 151, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 154, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 157, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 160, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 163, byte_start_hi: 47, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 167, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 170, byte_start_hi: 47, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 174, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 177, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 180, byte_start_hi: 47, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 184, byte_start_hi: 47, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 188, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 191, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 198, byte_start_hi: 26, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 194, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 197, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 200, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 203, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 206, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 209, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 212, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 215, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 218, byte_start_hi: 47, byte_len: 3 }),
+    Disallowed,
+    Mapped(StringTableSlice { byte_start_lo: 221, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 224, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 227, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 230, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 51, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 233, byte_start_hi: 47, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 237, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 240, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 243, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 246, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 249, byte_start_hi: 47, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 252, byte_start_hi: 47, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 0, byte_start_hi: 48, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 4, byte_start_hi: 48, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 7, byte_start_hi: 48, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 10, byte_start_hi: 48, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 183, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 186, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 72, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 13, byte_start_hi: 48, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 17, byte_start_hi: 48, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 20, byte_start_hi: 48, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 23, byte_start_hi: 48, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 26, byte_start_hi: 48, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 29, byte_start_hi: 48, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 33, byte_start_hi: 48, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 37, byte_start_hi: 48, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 40, byte_start_hi: 48, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 43, byte_start_hi: 48, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 46, byte_start_hi: 48, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 50, byte_start_hi: 48, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 189, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 53, byte_start_hi: 48, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 57, byte_start_hi: 48, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 61, byte_start_hi: 48, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 64, byte_start_hi: 48, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 67, byte_start_hi: 48, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 70, byte_start_hi: 48, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 74, byte_start_hi: 48, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 77, byte_start_hi: 48, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 80, byte_start_hi: 48, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 83, byte_start_hi: 48, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 86, byte_start_hi: 48, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 89, byte_start_hi: 48, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 92, byte_start_hi: 48, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 95, byte_start_hi: 48, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 99, byte_start_hi: 48, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 102, byte_start_hi: 48, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 105, byte_start_hi: 48, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 108, byte_start_hi: 48, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 112, byte_start_hi: 48, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 115, byte_start_hi: 48, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 118, byte_start_hi: 48, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 121, byte_start_hi: 48, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 124, byte_start_hi: 48, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 128, byte_start_hi: 48, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 132, byte_start_hi: 48, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 135, byte_start_hi: 48, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 138, byte_start_hi: 48, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 141, byte_start_hi: 48, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 145, byte_start_hi: 48, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 148, byte_start_hi: 48, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 207, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 152, byte_start_hi: 48, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 155, byte_start_hi: 48, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 159, byte_start_hi: 48, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 162, byte_start_hi: 48, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 165, byte_start_hi: 48, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 168, byte_start_hi: 48, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 171, byte_start_hi: 48, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 174, byte_start_hi: 48, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 177, byte_start_hi: 48, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 180, byte_start_hi: 48, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 210, byte_start_hi: 30, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 184, byte_start_hi: 48, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 187, byte_start_hi: 48, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 190, byte_start_hi: 48, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 193, byte_start_hi: 48, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 196, byte_start_hi: 48, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 199, byte_start_hi: 48, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 203, byte_start_hi: 48, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 206, byte_start_hi: 48, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 210, byte_start_hi: 48, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 214, byte_start_hi: 48, byte_len: 4 }),
+    Mapped(StringTableSlice { byte_start_lo: 216, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 218, byte_start_hi: 48, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 228, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 221, byte_start_hi: 48, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 224, byte_start_hi: 48, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 227, byte_start_hi: 48, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 230, byte_start_hi: 48, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 243, byte_start_hi: 13, byte_len: 3 }),
+    Mapped(StringTableSlice { byte_start_lo: 233, byte_start_hi: 48, byte_len: 4 }),
+    Disallowed,
+    Ignored,
+    Disallowed,
 ];
 
 static STRING_TABLE: &'static str = "\u{61}\