pub type CTL_ENTRY = _CTL_ENTRY;Aliased Type§
#[repr(C)]pub struct CTL_ENTRY {
pub SubjectIdentifier: _CRYPTOAPI_BLOB,
pub cAttribute: u64,
pub rgAttribute: *mut _CRYPT_ATTRIBUTE,
}Fields§
§SubjectIdentifier: _CRYPTOAPI_BLOB§cAttribute: u64§rgAttribute: *mut _CRYPT_ATTRIBUTE