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