Converts this int128 to a signed char, keeping the low bits.
int128
signed char
Declared in <absl/numeric/int128.h>
<absl/numeric/int128.h>
constexpr explicit operator signed char() const;
The low-order bits of this value as a signed char.