unsafe fn atomic_umin<T: Copy>(dst: *mut T, val: T, order: Ordering) -> T
returns the min value (unsigned comparison)