Pointer<Void> jsReallocRT(JSRuntime rt, Pointer<Void> ptr, int size) => js_realloc_rt(rt.ref, ptr, size);