Prototype of user-provided callback function to process information during a long computation inside the library.
#include "huyield.h"
typedef int hu_YieldFunc(void *yieldarg);
BlackBerry 10.0.0
The callback should be registered during yield context creation.