pub type ihash_item = ihash_item_s;
#[repr(C)]pub struct ihash_item { pub name: *mut u8, pub value: *mut c_void, pub next: *mut ihash_item_s, }
name: *mut u8
value: *mut c_void
next: *mut ihash_item_s