pub unsafe fn ClusterRegSetValueEx<P0, P1, P2>(
    hkey: P0,
    lpszvaluename: P1,
    dwtype: u32,
    lpdata: *const u8,
    cbdata: u32,
    lpszreason: P2
) -> u32
where P0: IntoParam<HKEY>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>,