pub type ethash_h256_t = ethash_h256;
#[repr(C)]pub struct ethash_h256_t { pub b: [u8; 32], }
b: [u8; 32]