pub fn u256_from_int<V: Into<u64>>(value: V) -> U256<'static>
Converts a value implementing the Into<u64> trait into a custom U256 type.
Into<u64>
U256