Set a pointer to a value atomically.
***Note: If you don't know what this function is for, you shouldn't use it!***
a pointer to a pointer.
the desired pointer value.
the previous value of the pointer.
SDL_CompareAndSwapAtomicPointer SDL_GetAtomicPointer
Threadsafety: It is safe to call this function from any thread.
See Implementation
Available since SDL 3.2.0.
Set a pointer to a value atomically.
***Note: If you don't know what this function is for, you shouldn't use it!***