raw_atomic_try_cmpxchg_acquire
return raw_atomic_try_cmpxchg_acquire(v, old, new);
return raw_atomic_try_cmpxchg_acquire(v, (int *)old, new);