static Pointer<Uint8> getData(Object? object) { return urRunBridge<ByteBuffer>(object, "getPtr", (p0) { return p0._data; }); }