pub type BCRYPT_DH_KEY_BLOB = _BCRYPT_DH_KEY_BLOB;
struct BCRYPT_DH_KEY_BLOB { pub dwMagic: u32, pub cbKey: u32, }
dwMagic: u32
cbKey: u32