pub unsafe fn ClusterAddGroupToAffinityRule<P0, P1, P2>(
    hcluster: P0,
    rulename: P1,
    hgroup: P2
) -> u32
where P0: IntoParam<HCLUSTER>, P1: IntoParam<PCWSTR>, P2: IntoParam<HGROUP>,