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