Int128 struct definition.
Int128
@type errors() :: atom()
@type t() :: %Soroban.Types.Int128{value: value()}
@type validation() :: {:ok, value()} | {:error, errors()}
@type value() :: integer()