public native ULong(value: UInt)
Builds a ULong from an unsigned 32-bit integer.
value = ULong(42u) assert value == 42