Use this function to increment an atomic variable used as a reference count.
void SDL_AtomicIncRef(SDL_atomic_t* a)
a
a pointer to an SDL_atomic_t variable to be modified
CategoryAPI, CategoryAtomic