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