pub type TPM2B_TIMEOUT = TPM2B_DIGEST;
struct TPM2B_TIMEOUT { pub size: u16, pub buffer: [u8; 64], }
size: u16
buffer: [u8; 64]