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