Type Alias windows::Win32::Security::Authentication::Identity::PKSEC_DEREFERENCE_LIST_ENTRY
pub type PKSEC_DEREFERENCE_LIST_ENTRY = Option<unsafe extern "system" fn(entry: *const KSEC_LIST_ENTRY, delete: *mut u8)>;
Aliased Type§
enum PKSEC_DEREFERENCE_LIST_ENTRY {
None,
Some(unsafe extern "system" fn(_: *const KSEC_LIST_ENTRY, _: *mut u8)),
}