pub type TpmHandle = Uint32;
A TPM handle, which is a 32-bit unsigned integer.
#[repr(transparent)]pub struct TpmHandle(pub u32);
0: u32