pub fn big_endian_uint256_serialize<S>(
    x: &Uint256,
    s: S
) -> Result<S::Ok, S::Error>
where S: Serializer,