pub unsafe fn SetClusterGroupNameEx<P0, P1, P2>(
    hgroup: P0,
    lpszgroupname: P1,
    lpszreason: P2
) -> u32
where P0: IntoParam<HGROUP>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>,