return new Pointer(runtime,
NativeMemoryIO.wrap(runtime, ((long) address) & 0xffffffffL));
}
public static IRubyObject newPointer32(Ruby runtime, int address) {
return new Pointer(runtime,
NativeMemoryIO.wrap(runtime, ((long) address) & 0xffffffffL));
}