pub unsafe extern "system" fn SspiInitializeSecurityContextAsyncA(
    asynccontext: *mut SspiAsyncContext,
    phcredential: *const SecHandle,
    phcontext: *const SecHandle,
    psztargetname: PCSTR,
    fcontextreq: u32,
    reserved1: u32,
    targetdatarep: u32,
    pinput: *const SecBufferDesc,
    reserved2: u32,
    phnewcontext: *const SecHandle,
    poutput: *const SecBufferDesc,
    pfcontextattr: *const u32,
    ptsexpiry: *const i64,
) -> HRESULT