pub unsafe extern "system" fn WinHttpOpen(
    pszagentw: PWSTR,
    dwaccesstype: WINHTTP_ACCESS_TYPE,
    pszproxyw: PWSTR,
    pszproxybypassw: PWSTR,
    dwflags: u32
) -> *mut c_void
Expand description

Required features: ‘Win32_Networking_WinHttp’, ‘Win32_Foundation’