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