int SDL_TLSSet(SDL_TLSID id, const void* value, void (*destructor)(void*))
destructorの関数プロトタイプは
void destructor(void* value)
引数は