pub unsafe extern "C" fn PyErr_WarnExplicit( category: *mut PyObject, message: *const i8, filename: *const i8, lineno: i32, module: *const i8, registry: *mut PyObject, ) -> i32