pub unsafe extern "system" fn InternetOpenA(
    lpszagent: PCSTR,
    dwaccesstype: u32,
    lpszproxy: PCSTR,
    lpszproxybypass: PCSTR,
    dwflags: u32
) -> *mut c_void