pub type SecretId = TypedId<{ _ }, u32>;
#[repr(transparent)]pub struct SecretId(pub(crate) u32);
0: u32