String uint16ToString(Pointer<Uint16> pointer, int length) { return String.fromCharCodes(pointer.asTypedList(length)); }