Function windows::Win32::Networking::WinInet::InternetOpenA
pub unsafe fn InternetOpenA<P0, P1, P2>(
lpszagent: P0,
dwaccesstype: u32,
lpszproxy: P1,
lpszproxybypass: P2,
dwflags: u32,
) -> *mut c_voidwhere
P0: Param<PCSTR>,
P1: Param<PCSTR>,
P2: Param<PCSTR>,