Function windows_sys::Win32::Networking::WinInet::HttpOpenRequestA

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