Prototype of user-provided callback function for filling a memory location with the specified number of bytes of a constant value.
#include "huctx.h"
typedef void hu_MemSetFunc(void *buf, int value, size_t len, void *cbData);
BlackBerry 10.0.0
The cbData argument is initialized during global context creation and will be passed to this function.