pub unsafe extern "system" fn AcquireCredentialsHandleA(
    pszprincipal: PSTR,
    pszpackage: PSTR,
    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
) -> i32
Expand description

Required features: ‘Win32_Security_Authentication_Identity’, ‘Win32_Foundation’, ‘Win32_Security_Credentials’