pub fn decode_all_strings( table: &Box<dyn SymbolTable>, encodings: &Vec<Vec<u8>>, ) -> Vec<String>
decode all string encodings by the given symbol table