String getStringi(int key, int index) { Pointer _v = glGetStringi(key, index); return _v.cast<Utf8>().toDartString(); }