5 /* --- C API ----------------------------------------------------*/
6 /* C API for usage by other Python modules */
7 typedef struct _Py_UCNHashAPI
11 unsigned long (*hash
)(const char *key
, unsigned int cch
);
12 const void *(*getValue
)(unsigned long iKey
);
19 } _Py_UnicodeCharacterName
;