pub type GSList = _GSList;
#[repr(C)]pub struct GSList { pub data: *mut c_void, pub next: *mut _GSList, }
data: *mut c_void
next: *mut _GSList