Function PyErr_NewExceptionWithDoc
pub unsafe extern "C" fn PyErr_NewExceptionWithDoc(
name: *const i8,
doc: *const i8,
base: *mut PyObject,
dict: *mut PyObject,
) -> *mut PyObject
Available on crate features
dep_pyo3
and std
only.