Function pyo3::ffi::PyErr_WarnEx

source ยท
pub unsafe extern "C" fn PyErr_WarnEx(
    category: *mut PyObject,
    message: *const i8,
    stack_level: isize,
) -> i32