pub type AtkAttributeSet = GSList;
struct AtkAttributeSet { pub data: *mut c_void, pub next: *mut GSList, }
data: *mut c_void
next: *mut GSList