pub type pfnInternetGetProxyInfo = Option<unsafe extern "system" fn(lpszurl: PCSTR, dwurllength: u32, lpszurlhostname: PCSTR, dwurlhostnamelength: u32, lplpszproxyhostname: *mut PSTR, lpdwproxyhostnamelength: *mut u32) -> BOOL>;
Expand description

Required features: "Win32_Networking_WinInet", "Win32_Foundation"