pub type wkeSlist = _wkeSlist;
struct wkeSlist { pub data: *mut i8, pub next: *mut _wkeSlist, }
data: *mut i8
next: *mut _wkeSlist