Type Alias SpAddCredentialsFn
pub type SpAddCredentialsFn = Option<unsafe extern "system" fn(credentialhandle: usize, principalname: *const LSA_UNICODE_STRING, package: *const LSA_UNICODE_STRING, credentialuseflags: u32, authorizationdata: *const c_void, getkeyfunciton: *const c_void, getkeyargument: *const c_void, expirationtime: *mut i64) -> NTSTATUS>;
pub enum SpAddCredentialsFn {
None,
Some(unsafe extern "system" fn(usize, *const LSA_UNICODE_STRING, *const LSA_UNICODE_STRING, u32, *const c_void, *const c_void, *const c_void, *mut i64) -> NTSTATUS),
}