pub unsafe extern "system" fn SspiAcquireCredentialsHandleAsyncW(
    asynccontext: *mut SspiAsyncContext,
    pszprincipal: *const UNICODE_STRING,
    pszpackage: *const UNICODE_STRING,
    fcredentialuse: u32,
    pvlogonid: *const c_void,
    pauthdata: *const c_void,
    pgetkeyfn: SEC_GET_KEY_FN,
    pvgetkeyargument: *const c_void,
    phcredential: *const SecHandle,
    ptsexpiry: *const i64
) -> HRESULT
Expand description

Required features: "Wdk_Foundation", "Win32_Foundation", "Win32_Security_Authentication_Identity"