Function windows::Win32::Web::InternetExplorer::IERegSetValueEx

pub unsafe fn IERegSetValueEx<P0, P1>(
    lpsubkey: P0,
    lpvaluename: P1,
    reserved: u32,
    dwtype: u32,
    lpdata: &[u8]
) -> Result<()>
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,