pub unsafe extern "C" fn SDL_GetThreadID(
    thread: *mut SDL_Thread
) -> SDL_threadID
Expand description

Get the thread identifier for the specified thread.

Equivalent to SDL_ThreadID() if the specified thread is NULL.