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