181 B
181 B
Correct FFI definitions PyGetSetDef
, PyMemberDef
, PyStructSequence_Field
and PyStructSequence_Desc
to have *const c_char
members for name
and doc
(not *mut c_char
).