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

Required features: ‘Win32_Networking_WinInet’, ‘Win32_Foundation’