pub unsafe extern "system" fn HttpOpenRequestW(
    hconnect: *const c_void,
    lpszverb: PWSTR,
    lpszobjectname: PWSTR,
    lpszversion: PWSTR,
    lpszreferrer: PWSTR,
    lplpszaccepttypes: *const PWSTR,
    dwflags: u32,
    dwcontext: usize
) -> *mut c_void
Expand description

Required features: ‘Win32_Networking_WinInet’, ‘Win32_Foundation’