pub type SpAddCredentialsFn = Option<unsafe extern "system" fn(credentialhandle: usize, principalname: *const UNICODE_STRING, package: *const UNICODE_STRING, credentialuseflags: u32, authorizationdata: *const c_void, getkeyfunciton: *const c_void, getkeyargument: *const c_void, expirationtime: *mut i64) -> NTSTATUS>;
Expand description

Required features: "Win32_Security_Authentication_Identity", "Win32_Foundation"