sync/atomic.Uintptr.And (method)

one use

	sync/atomic (current package)
		type.go#L218: func (x *Uintptr) And(mask uintptr) (old uintptr) { return AndUintptr(&x.v, mask) }