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