Function pyo3_ffi::PyErr_WarnFormat

source ·
pub unsafe extern "C" fn PyErr_WarnFormat(
category: *mut PyObject,
stack_level: Py_ssize_t,
format: *const c_char,
...
) -> c_int