A unique numeric ID that identifies a thread.
Defined in <SDL3/SDL_thread.h>
typedef Uint64 SDL_ThreadID;
These are different from SDL_Thread objects, which are generally what an application will operate on, but having a way to uniquely identify a thread can be useful at times.
This datatype is available since SDL 3.1.3.