pub type StringTableMut<'a> = TableMut<'a, StringItem>;
pub struct StringTableMut<'a> { /* private fields */ }