Description
Rather than ink_atomic_increment32(), ink_atomic_increment64() and friends we should just have a generic ink_atomic_increment() that works for all the types we do atomic ops on. This is more reliable is cases where the size of a type varies between different systems (eg. time_t).