Create a piece of thread-local storage.
void); SDL_TLSID SDL_CreateTLS(
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 3.0.0.