public native ULong(value: Long)
Builds a ULong from a signed 64-bit integer.
value = ULong(42L) assert value == 42