pub unsafe fn ResUtilSetValueEx<P1>( hkeyclusterkey: HKEY, valuename: P1, valuetype: u32, valuedata: &[u8], flags: u32, ) -> u32where P1: Param<PCWSTR>,