/// [TCG Vendor ID registry]: https://trustedcomputinggroup.org/resource/vendor-id-registry/ pub manufacturer_id: u32,/// Maximum number of supported PCR banks (hashing algorithms). pub number_of_pcr_banks: u32,/// Bitmap of currently-active PCR banks (hashing algorithms). This /// ...