pub unsafe fn GetClusterResourceTypeKey<P0, P1>(
    hcluster: P0,
    lpsztypename: P1,
    samdesired: u32
) -> Result<HKEY>
where P0: IntoParam<HCLUSTER>, P1: IntoParam<PCWSTR>,