Function windows_sys::Win32::Security::Authentication::Identity::AcquireCredentialsHandleW
pub unsafe extern "system" fn AcquireCredentialsHandleW(
pszprincipal: PCWSTR,
pszpackage: PCWSTR,
fcredentialuse: SECPKG_CRED,
pvlogonid: *const c_void,
pauthdata: *const c_void,
pgetkeyfn: SEC_GET_KEY_FN,
pvgetkeyargument: *const c_void,
phcredential: *mut SecHandle,
ptsexpiry: *mut i64,
) -> HRESULT