devela::_dep::pyo3::ffi

Function PyErr_SetFromErrnoWithFilename

pub unsafe extern "C" fn PyErr_SetFromErrnoWithFilename(
    exc: *mut PyObject,
    filename: *const i8,
) -> *mut PyObject
Available on crate features dep_pyo3 and std only.