//0x20 bytes (sizeof)
struct _STORAGE_HW_CRYPTO_CAPABILITY
{
ULONG Version; //0x0
ULONG Size; //0x4
ULONG CryptoCapabilityIndex; //0x8
enum _STORAGE_CRYPTO_ALGORITHM_ID AlgorithmId; //0xc
enum _STORAGE_CRYPTO_KEY_SIZE KeySize; //0x10
ULONG DataUnitSizeBitmask; //0x14
USHORT MaxIVBitSize; //0x18
USHORT Reserved; //0x1a
union _STORAGE_SECURITY_COMPLIANCE_BITMASK SecurityComplianceBitmask; //0x1c
};