store_int
return store_int(intval, a->size, val);
return store_int(intval, a->size, val);
return store_int(-1, counted->lensize, countptr);
return store_int(count, counted->lensize, countptr);
#define atomic_store_int ATOMIC_SAN(store_int)