pub type BCRYPT_ECCKEY_BLOB = _BCRYPT_ECCKEY_BLOB;
struct BCRYPT_ECCKEY_BLOB { pub dwMagic: u32, pub cbKey: u32, }
dwMagic: u32
cbKey: u32