Function pyo3_ffi::PyErr_NewException

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