fn shift_amount(y: U256) -> Option<usize>
Returns the shift amount as a usize, or None if it is >= 256 (which shifts out all bits).
usize
None
>= 256