pub unsafe extern "C" fn PyModule_AddIntConstant(
module: *mut PyObject,
name: *const i8,
value: i64
) -> i32