Function windows::Win32::Networking::WinInet::InternetOpenW

pub unsafe fn InternetOpenW<P0, P1, P2>(
    lpszagent: P0,
    dwaccesstype: u32,
    lpszproxy: P1,
    lpszproxybypass: P2,
    dwflags: u32,
) -> *mut c_void
where P0: Param<PCWSTR>, P1: Param<PCWSTR>, P2: Param<PCWSTR>,