pub type TpmAtValue = TpmAt;
#[repr(u32)]pub enum TpmAtValue { Any = 0, Error = 1, Pv1 = 2, Vend = 2_147_483_648, }