public native ULong(value: Int)
Builds a ULong from a signed 32-bit integer.
value = ULong(42) assert value == 42