AtomicNativePtr
Wrapper around kotlinx.cinterop.NativePtr with atomic synchronized operations.
Legacy MM: Atomic values and freezing: this type is unique with regard to freezing. Namely, it provides mutating operations, while can participate in frozen subgraphs. So shared frozen objects can have mutable fields of AtomicNativePtr type.