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*)
  2. alias pfnSDL_CurrentBeginThread = uintptr_t function(void*, uint, start_address, void*, uint, uint*)
    version(Win_OS2_GDK && !OS2)
    extern (C) @nogc nothrow
    alias pfnSDL_CurrentBeginThread = uintptr_t function
    (
    void*
    ,
    uint
    ,
    start_address
    ,
    void*
    ,
    uint
    ,
    uint*
    )

Meta