Function RegSetValueA
pub unsafe fn RegSetValueA<P1>(
hkey: HKEY,
lpsubkey: P1,
dwtype: REG_VALUE_TYPE,
lpdata: Option<&[u8]>,
) -> WIN32_ERRORwhere
P1: Param<PCSTR>,
pub unsafe fn RegSetValueA<P1>(
hkey: HKEY,
lpsubkey: P1,
dwtype: REG_VALUE_TYPE,
lpdata: Option<&[u8]>,
) -> WIN32_ERRORwhere
P1: Param<PCSTR>,