int xs_new( ... ) WHATEVER* pObj= ...; RETVAL= (int)pObj; void xs_free( self ) int self CODE: free( (void *)self );