Function pyo3_ffi::PyErr_NewExceptionWithDoc
source · pub unsafe extern "C" fn PyErr_NewExceptionWithDoc(
name: *const c_char,
doc: *const c_char,
base: *mut PyObject,
dict: *mut PyObject
) -> *mut PyObject