pub type SSL_ECCKEY_BLOB = _SSL_ECCKEY_BLOB;
struct SSL_ECCKEY_BLOB { pub dwCurveType: u32, pub cbKey: u32, }
dwCurveType: u32
cbKey: u32