Function pyo3::ffi::PyErr_SetFromErrnoWithFilename

source ·
pub unsafe extern "C" fn PyErr_SetFromErrnoWithFilename(
    exc: *mut PyObject,
    filename: *const i8
) -> *mut PyObject