pub type mbSlist = _mbSlist;
struct mbSlist { pub data: *mut i8, pub next: *mut _mbSlist, }
data: *mut i8
next: *mut _mbSlist