pub type HashPointer = _HashPointer;
#[repr(C)]pub struct HashPointer { pub pos: *mut bucket, pub h: u64, }
pos: *mut bucket
h: u64