Function RegSetValueExW
pub unsafe fn RegSetValueExW<P1>(
hkey: HKEY,
lpvaluename: P1,
reserved: Option<u32>,
dwtype: REG_VALUE_TYPE,
lpdata: Option<&[u8]>,
) -> WIN32_ERRORwhere
P1: Param<PCWSTR>,
pub unsafe fn RegSetValueExW<P1>(
hkey: HKEY,
lpvaluename: P1,
reserved: Option<u32>,
dwtype: REG_VALUE_TYPE,
lpdata: Option<&[u8]>,
) -> WIN32_ERRORwhere
P1: Param<PCWSTR>,