Function pyo3_ffi::PyErr_WarnEx

source ยท
pub unsafe extern "C" fn PyErr_WarnEx(
    category: *mut PyObject,
    message: *const c_char,
    stack_level: Py_ssize_t
) -> c_int