pub type TpmHandles = TpmList<u32, MAX_HANDLES>;
A fixed-capacity list for TPM handles.
pub struct TpmHandles { /* private fields */ }