Function PyErr_NewExceptionWithDoc
pub unsafe extern "C" fn PyErr_NewExceptionWithDoc(
name: *const i8,
doc: *const i8,
base: *mut PyObject,
dict: *mut PyObject,
) -> *mut PyObjectAvailable on crate feature
tls only.