Function windows::Win32::UI::Shell::SHSetValueW

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