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

Required features: "Win32_Networking_WinHttp", "Win32_Foundation"