pub unsafe extern "system" fn WinHttpSetCredentials(
    hrequest: *mut c_void,
    authtargets: u32,
    authscheme: u32,
    pwszusername: PWSTR,
    pwszpassword: PWSTR,
    pauthparams: *mut c_void
) -> BOOL
Expand description

Required features: ‘Win32_Networking_WinHttp’, ‘Win32_Foundation’