pub type TPM2B_NONCE = TPM2B_DIGEST;
#[repr(C)]pub struct TPM2B_NONCE { pub size: u16, pub buffer: [u8; 64], }
size: u16
buffer: [u8; 64]