pub unsafe extern "system" fn AcceptSecurityContext(
    phcredential: *const SecHandle,
    phcontext: *const SecHandle,
    pinput: *const SecBufferDesc,
    fcontextreq: ACCEPT_SECURITY_CONTEXT_CONTEXT_REQ,
    targetdatarep: u32,
    phnewcontext: *mut SecHandle,
    poutput: *mut SecBufferDesc,
    pfcontextattr: *mut u32,
    ptsexpiry: *mut i64
) -> i32
Expand description

Required features: ‘Win32_Security_Authentication_Identity’, ‘Win32_Security_Credentials’