Prototype of user-provided callback function that generates random seeds of the specified length.
#include "hurandom.h"
typedef int SB_CALLBACK_CALLCONV hu_ReseedCallbackFunc(void *rsourceParam, size_t bufsize, unsigned char *buf, sb_GlobalCtx sbCtx);
This function should copy bufsize bytes of seed data into buf. This callback should be registered during RNG context creation.