Create a piece of thread-local storage.
Defined in SDL_thread.h
Returns the newly created thread local storage identifier or 0 on error.
This creates an identifier that is globally visible to all threads but refers to data that is thread-specific.
This function is available since SDL 2.0.0.