Function PyErr_WarnExplicit
pub unsafe extern "C" fn PyErr_WarnExplicit(
category: *mut PyObject,
message: *const i8,
filename: *const i8,
lineno: i32,
module: *const i8,
registry: *mut PyObject,
) -> i32 ⓘ
Available on crate features
dep_pyo3
and std
only.