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