pub type GILUsedAttribute = KeywordAttribute<gil_used, LitBool>;
struct GILUsedAttribute { pub kw: gil_used, pub value: LitBool, }
kw: gil_used
value: LitBool