#ifndef Py_STRUCTMEMBER_H
#define Py_STRUCTMEMBER_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stddef.h>
#define T_SHORT …
#define T_INT …
#define T_LONG …
#define T_FLOAT …
#define T_DOUBLE …
#define T_STRING …
#define T_OBJECT …
#define T_CHAR …
#define T_BYTE …
#define T_UBYTE …
#define T_USHORT …
#define T_UINT …
#define T_ULONG …
#define T_STRING_INPLACE …
#define T_BOOL …
#define T_OBJECT_EX …
#define T_LONGLONG …
#define T_ULONGLONG …
#define T_PYSSIZET …
#define T_NONE …
#define READONLY …
#define PY_AUDIT_READ …
#define READ_RESTRICTED …
#define PY_WRITE_RESTRICTED …
#define RESTRICTED …
#ifdef __cplusplus
}
#endif
#endif