Function python27_sys::PyErr_WarnEx[][src]

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