pub unsafe fn ClusterResourceTypeOpenEnum<P0, P1>(
    hcluster: P0,
    lpszresourcetypename: P1,
    dwtype: u32
) -> HRESTYPEENUM
where P0: IntoParam<HCLUSTER>, P1: IntoParam<PCWSTR>,