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