pub type GSPropertyEntry = GSPropertyEntryTag;
struct GSPropertyEntry { pub name: *const i8, pub value: *const i8, }
name: *const i8
value: *const i8