Prototype of user-provided callback function for generating seed.
#include "huseed.h"
typedef int hu_SeedGetFunc(size_t *seedLen, unsigned char *seed, sb_GlobalCtx sbCtx);
BlackBerry 10.0.0
The actual function provided by user may ignore sbCtx.