pub unsafe extern "C" fn PyObject_IsInstance(
object: *mut PyObject,
typeorclass: *mut PyObject
) -> c_int