pub type TpmCapValue = TpmCap;
#[repr(u32)]pub enum TpmCapValue { Algs = 0, Handles = 1, Commands = 2, Pcrs = 5, TpmProperties = 6, EccCurves = 8, }