pub unsafe extern "system" fn WinHttpOpenRequest(
    hconnect: *mut c_void,
    pwszverb: PCWSTR,
    pwszobjectname: PCWSTR,
    pwszversion: PCWSTR,
    pwszreferrer: PCWSTR,
    ppwszaccepttypes: *mut PWSTR,
    dwflags: WINHTTP_OPEN_REQUEST_FLAGS
) -> *mut c_void
Expand description

Required features: "Win32_Networking_WinHttp"