[][src]Function pyo3::ffi::PyErr_WarnFormat

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