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, const(char)*, void*, pSDL_beginthread, pSDL_endthread)
  2. alias pSDL_CreateThread = SDL_Thread* function(SDL_ThreadFunction, const(char)*, void*)
    version(!Windows)
    extern (C) @nogc nothrow
    static if(!(staticBinding))
    alias pSDL_CreateThread = SDL_Thread* function
    (,
    const(char)*
    ,
    void*
    )

Meta