pub unsafe extern "system" fn WinHttpQueryOption(
    hinternet: *mut c_void,
    dwoption: u32,
    lpbuffer: *mut c_void,
    lpdwbufferlength: *mut u32
) -> BOOL
Expand description

Required features: "Win32_Foundation"