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

Required features: ‘Win32_Networking_WinInet’, ‘Win32_Foundation’