Function windows_sys::Wdk::Storage::FileSystem::SspiInitializeSecurityContextAsyncW
pub unsafe extern "system" fn SspiInitializeSecurityContextAsyncW(
asynccontext: *mut SspiAsyncContext,
phcredential: *const SecHandle,
phcontext: *const SecHandle,
psztargetname: *const UNICODE_STRING,
fcontextreq: u32,
reserved1: u32,
targetdatarep: u32,
pinput: *const SecBufferDesc,
reserved2: u32,
phnewcontext: *const SecHandle,
poutput: *const SecBufferDesc,
pfcontextattr: *const u32,
ptsexpiry: *const i64,
) -> HRESULT