fn can_fit_uint(value: U256, bits: usize) -> bool
Checks if an unsigned integer value can fit in uintN type.