| Current Path : C:/Users/ITO/AppData/Local/Programs/Python/Python314/include/cpython/ |
| Current File : C:/Users/ITO/AppData/Local/Programs/Python/Python314/include/cpython/audit.h |
#ifndef _Py_CPYTHON_AUDIT_H # error "this header file must not be included directly" #endif typedef int(*Py_AuditHookFunction)(const char *, PyObject *, void *); PyAPI_FUNC(int) PySys_AddAuditHook(Py_AuditHookFunction, void*);