pub unsafe extern "system" fn InternetOpenA(
    lpszagent: PSTR,
    dwaccesstype: u32,
    lpszproxy: PSTR,
    lpszproxybypass: PSTR,
    dwflags: u32
) -> *mut c_void
Expand description

Required features: ‘Win32_Networking_WinInet’, ‘Win32_Foundation’