Check if the object is an instance of the given type.
bool py_isinstance( py_Ref obj, int type, ) { return _py_isinstance( obj, type, ); }