We need some custom data at _spAtlasPage_createTexture. We build wrapper for spine-c for our engine, and we need to pass additional data while creating atlas (references to our internal image library). Now we use globals for this, but this is not thread safe.
Nate, is there any chance you add some void* field into _spAtlasPage_createTexture ?