Support atomic.Int32, atomic.Int64 (and unsigned variants) as well as atomic.Bool types for reading/writing.
Probably the easiest way would be to automatically add shims similar to //shim atomic.Int32 as int32 using:msgp.LoadAtomicInt32/msgp.StoreAtomicUint32.
Supporting atomic.Pointer would probably be a lot more complex.