pub type ItemId = AtomicCell<Option<NonZeroU64>>;
#[repr(transparent)]pub struct ItemId { /* private fields */ }