pfnSDL_CurrentBeginThread

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. alias pfnSDL_CurrentBeginThread = uintptr_t function(start_address, void*, uint, void*)
    version(Win_OS2_GDK && OS2)
    extern (C) @nogc nothrow
    static if(sdlSupport >= SDLSupport.v2_0_6)
    alias pfnSDL_CurrentBeginThread = uintptr_t function
    (
    start_address
    ,
    void*
    ,
    uint
    ,
    void*
    )
  2. alias pfnSDL_CurrentBeginThread = uintptr_t function(void*, uint, start_address, void*, uint, uint*)

Meta