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