Type Alias windows::Win32::Security::Authentication::Identity::KspQueryAttributesFn
pub type KspQueryAttributesFn = Option<unsafe extern "system" fn(contextid: usize, attribute: u32, buffer: *mut c_void) -> NTSTATUS>;
Aliased Type§
enum KspQueryAttributesFn {
None,
Some(unsafe extern "system" fn(_: usize, _: u32, _: *mut c_void) -> NTSTATUS),
}