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