Function ClusterRegSetValueEx
pub unsafe fn ClusterRegSetValueEx<P1, P5>(
hkey: HKEY,
lpszvaluename: P1,
dwtype: u32,
lpdata: *const u8,
cbdata: u32,
lpszreason: P5,
) -> u32where
P1: Param<PCWSTR>,
P5: Param<PCWSTR>,