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