pub unsafe fn ClusterRegOpenKey<P0, P1>(
    hkey: P0,
    lpszsubkey: P1,
    samdesired: u32,
    phkresult: *mut HKEY
) -> i32
where P0: IntoParam<HKEY>, P1: IntoParam<PCWSTR>,