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