pSDL_CreateThreadWithStackSize

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

Meta