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

Required features: ‘Win32_Networking_WinHttp’, ‘Win32_Foundation’