void set_extra_wizinfo(wiz,value)
mixed wiz,value

Set the wizinfo field for wiz, which can be a name or an object pointer. Note
that arrays are not copied; the call causes a privilege violation.
set_extra_wizinfo can ignore the size set by set_extra_wizinfo_size. The latter
only sets up a default entry for get_extra_wizinfo which can then be
manipulated without needing set_extra_wizinfo in case of an array or mapping.

See also: get_extra_wizinfo, set_extra_wizinfo_size.
