pub unsafe fn ClusterAddGroupToGroupSetWithDomainsEx<P0, P1, P2>(
    hgroupset: P0,
    hgroup: P1,
    faultdomain: u32,
    updatedomain: u32,
    lpszreason: P2
) -> u32
where P0: IntoParam<HGROUPSET>, P1: IntoParam<HGROUP>, P2: IntoParam<PCWSTR>,