pub unsafe fn ClusterRegDeleteKey<P0, P1>(hkey: P0, lpszsubkey: P1) -> i32
where P0: IntoParam<HKEY>, P1: IntoParam<PCWSTR>,