Function RegSetValueW
pub unsafe fn RegSetValueW<P1, P3>(
hkey: HKEY,
lpsubkey: P1,
dwtype: REG_VALUE_TYPE,
lpdata: P3,
cbdata: u32,
) -> WIN32_ERRORwhere
P1: Param<PCWSTR>,
P3: Param<PCWSTR>,
pub unsafe fn RegSetValueW<P1, P3>(
hkey: HKEY,
lpsubkey: P1,
dwtype: REG_VALUE_TYPE,
lpdata: P3,
cbdata: u32,
) -> WIN32_ERRORwhere
P1: Param<PCWSTR>,
P3: Param<PCWSTR>,