pub type IGARBAGE = igarbage;
struct IGARBAGE { pub ins: *mut instance, pub nxt: *mut igarbage, }
ins: *mut instance
nxt: *mut igarbage