public native ULong(value: ULong)
Builds a ULong from an unsigned 64-bit integer.
value = ULong(42ul) assert value == 42