pub unsafe fn ClusterRegDeleteValueEx<P0, P1, P2>(
    hkey: P0,
    lpszvaluename: P1,
    lpszreason: P2
) -> u32
where P0: IntoParam<HKEY>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>,