Prototype of user-provided callback function for comparing the specified number of bytes of two memory locations.
#include "huctx.h"
typedef int hu_MemCmpFunc(const void *block1, const void *block2, 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.