pub unsafe extern "system" fn InternetConnectW(
    hinternet: *const c_void,
    lpszservername: PCWSTR,
    nserverport: u16,
    lpszusername: PCWSTR,
    lpszpassword: PCWSTR,
    dwservice: u32,
    dwflags: u32,
    dwcontext: usize
) -> *mut c_void
Expand description

Required features: "Win32_Networking_WinInet"