Function pyo3::ffi::PyErr_WarnFormat

source ·
pub unsafe extern "C" fn PyErr_WarnFormat(
    category: *mut PyObject,
    stack_level: isize,
    format: *const i8
    ...
) -> i32