python27_sys

Function PyErr_WarnEx

Source
pub unsafe extern "C" fn PyErr_WarnEx(
    category: *mut PyObject,
    msg: *const c_char,
    stacklevel: Py_ssize_t,
) -> c_int