pub type USER_DATA = userData;
struct USER_DATA { pub dataID: u8, pub next: *mut userData, }
dataID: u8
next: *mut userData