Function windows::Win32::Networking::WinInet::InternetGetProxyForUrl

pub unsafe fn InternetGetProxyForUrl<P0>(
    hinternet: *const c_void,
    pcwszurl: P0,
    pproxyinfolist: *mut WININET_PROXY_INFO_LIST,
) -> u32
where P0: Param<PCWSTR>,