pub unsafe extern "C" fn PyObject_Call( callable_object: *mut PyObject, args: *mut PyObject, kw: *mut PyObject ) -> *mut PyObject