Provided by: libsdl3-doc_3.2.8+ds-1_all 

NAME
SDL_TLSDestructorCallback - The callback used to cleanup data passed to SDL_SetTLS .
HEADER FILE
Defined in SDL3/SDL_thread.h
SYNOPSIS
#include "SDL3/SDL.h" typedef void (SDLCALL *SDL_TLSDestructorCallback)(void *value);
DESCRIPTION
This is called when a thread exits, to allow an app to free any resources.
FUNCTION PARAMETERS
value a pointer previously handed to SDL_SetTLS .
AVAILABILITY
This datatype is available since SDL 3.2.0.
SEE ALSO
•(3), SDL_SetTLS(3) Simple Directmedia Layer SDL 3.2.8 SDL_TLSDestructorCallback(3type)