pub type ENCRYPTION_PROTECTOR_LIST = _ENCRYPTION_PROTECTOR_LIST;
Aliased Type§
#[repr(C)]pub struct ENCRYPTION_PROTECTOR_LIST {
pub nProtectors: u64,
pub pProtectors: *mut *mut _ENCRYPTION_PROTECTOR,
}
Fields§
§nProtectors: u64
§pProtectors: *mut *mut _ENCRYPTION_PROTECTOR