Type Alias CRYPT_BLOB_ARRAY

Source
pub type CRYPT_BLOB_ARRAY = _CRYPT_BLOB_ARRAY;

Aliased Type§

struct CRYPT_BLOB_ARRAY {
    pub cBlob: u32,
    pub rgBlob: *mut _CRYPTOAPI_BLOB,
}

Fields§

§cBlob: u32§rgBlob: *mut _CRYPTOAPI_BLOB