pub unsafe extern "C" fn PyErr_WarnEx(
    category: *mut PyObject,
    message: *const i8,
    stack_level: isize
) -> i32