Convert I64 to int
// ignore: unnecessary_cast static int toInt(I64 value) => impl.toIntImpl(value as impl.I64);