pub type mbSlist = _mbSlist;
#[repr(C)]pub struct mbSlist { pub data: *mut u8, pub next: *mut _mbSlist, }
data: *mut u8
next: *mut _mbSlist