Calculates the next power of two greater or equal the current value.
impl W64 { fn next_power_of_two(self) -> W64 }
Returns the next power of two or 1 on overflow.
1