Destroy()

Synopsis:

#include <aoi.h>

int32_t (*Destroy)(void *context);

Arguments:

context
The addon context you want to destroy.

Description:

This function should free the context for an addon.

Returns:

0 if successful.