InternetSetOptionW

Function InternetSetOptionW 

pub unsafe fn InternetSetOptionW(
    hinternet: Option<*const c_void>,
    dwoption: u32,
    lpbuffer: Option<*const c_void>,
    dwbufferlength: u32,
) -> Result<()>