otThreadAnycastLocatorCallback
Pointer type defines the callback to notify the outcome of a `otThreadLocateAnycastDestination()` request.
Syntax
typedef void (*otThreadAnycastLocatorCallback)(void *aContext,
otError aError,
const otIp6Address *aMeshLocalAddress,
uint16_t aRloc16);