pub trait Downcast512 { // Required method fn as_u256(self) -> U256; }
Unsafe cast to U256 Bits beyond the 256th position are lost