Disposes of a Unicode table cookie.
#include <unilib.h>
int UniDisposeTable (
UniRuleTable_t table);
(IN) Specifies the table cookie returned by the UniGetTable function.
If successful, returns 0. Otherwise, returns a negative error code.
UniGetTable is used to obtain table cookies. UniDisposeTable is used to dispose of these cookies.