windows::Win32::UI::Shell

Function SHSetValueW

pub unsafe fn SHSetValueW<P1, P2>(
    hkey: HKEY,
    pszsubkey: P1,
    pszvalue: P2,
    dwtype: u32,
    pvdata: Option<*const c_void>,
    cbdata: u32,
) -> i32
where P1: Param<PCWSTR>, P2: Param<PCWSTR>,