Prototype of user-provided callback function for freeing memory.
#include "huctx.h"
typedef void hu_FreeFunc(void *ptr, void *cbData);
BlackBerry 10.0.0
The cbData argument is initialized during global context creation and will be passed to this function.