fn can_fit_int(value: I256, bits: usize) -> bool
Checks if a signed integer value can fit in intN type.