Set the i-th slot of the object.
void py_setslot( py_Ref self, int i, py_Ref val, ) { return _py_setslot( self, i, val, ); }