Function windows::Win32::Networking::WinHttp::WinHttpGetProxyForUrl
pub unsafe fn WinHttpGetProxyForUrl<P0>(
hsession: *mut c_void,
lpcwszurl: P0,
pautoproxyoptions: *mut WINHTTP_AUTOPROXY_OPTIONS,
pproxyinfo: *mut WINHTTP_PROXY_INFO,
) -> Result<()>where
P0: Param<PCWSTR>,