pfnSDL_CurrentEndThread

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_CurrentEndThread = void function(uint)
    version(Win_OS2_GDK && OS2)
    extern (C) @nogc nothrow
    static if(sdlSupport >= SDLSupport.v2_0_6)
    alias pfnSDL_CurrentEndThread = void function
    (
    uint
    )
  2. alias pfnSDL_CurrentEndThread = void function(uint)

Meta