pub unsafe extern "C" fn PyErr_NewException(
name: *const c_char,
base: *mut PyObject,
dict: *mut PyObject
) -> *mut PyObject