Type Alias windows::Win32::Security::Authentication::Identity::SpMarshallSupplementalCredsFn
pub type SpMarshallSupplementalCredsFn = Option<unsafe extern "system" fn(credentialsize: u32, credentials: *const u8, marshalledcredsize: *mut u32, marshalledcreds: *mut *mut c_void) -> NTSTATUS>;
Aliased Type§
enum SpMarshallSupplementalCredsFn {
None,
Some(unsafe extern "system" fn(_: u32, _: *const u8, _: *mut u32, _: *mut *mut c_void) -> NTSTATUS),
}