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