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