pub unsafe fn ChangeClusterResourceGroup<P0, P1>(
    hresource: P0,
    hgroup: P1
) -> u32
where P0: IntoParam<HRESOURCE>, P1: IntoParam<HGROUP>,