pub unsafe fn ClusterCreateAffinityRule<P0, P1>(
    hcluster: P0,
    rulename: P1,
    ruletype: CLUS_AFFINITY_RULE_TYPE
) -> u32
where P0: IntoParam<HCLUSTER>, P1: IntoParam<PCWSTR>,