There\'s a header file, esUtil.h, with a definition for a structure called ESContext, and one of its members is userData. userData is a pointer to void.
The body of a p
It is a pointer, and it is initialized by this line:
esContext.userData = &userData;