public native SByte(value: Int)
Builds an SByte from a signed 32-bit integer.
value = SByte(-42) assert value == -42