pyo3_ffi

Function PyErr_SetFromErrnoWithFilename

Source
pub unsafe extern "C" fn PyErr_SetFromErrnoWithFilename(
    exc: *mut PyObject,
    filename: *const c_char,
) -> *mut PyObject