Function windows::Win32::Networking::WinInet::HttpOpenRequestW
pub unsafe fn HttpOpenRequestW<P0, P1, P2, P3>(
hconnect: *const c_void,
lpszverb: P0,
lpszobjectname: P1,
lpszversion: P2,
lpszreferrer: P3,
lplpszaccepttypes: Option<*const PCWSTR>,
dwflags: u32,
dwcontext: usize,
) -> *mut c_voidwhere
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,
P3: Param<PCWSTR>,