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

Required features: "Win32_Networking_WinInet"