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