pSDL_CreateThread

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. alias pSDL_CreateThread = SDL_Thread* function(SDL_ThreadFunction fn, const(char)* name, void* data, pfnSDL_CurrentBeginThread pfnBeginThread, pfnSDL_CurrentEndThread pfnEndThread)
    version(Windows)
    extern (C) @nogc nothrow
    static if(!(staticBinding))
    alias pSDL_CreateThread = SDL_Thread* function
    (,
    const(char)* name
    ,
    void* data
    ,
    pfnSDL_CurrentBeginThread pfnBeginThread
    ,
    pfnSDL_CurrentEndThread pfnEndThread
    )
  2. alias pSDL_CreateThread = SDL_Thread* function(SDL_ThreadFunction fn, const(char)* name, void* data)

Meta