Casts the value to an i64 and possibly discards significant bits.
i64
fn cast_i64(&self) -> i64
For example, u64::MAX.cast_i64() == -1.
u64::MAX.cast_i64() == -1