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