pub unsafe fn SetClusterGroupNodeListEx<P0, P1>(
    hgroup: P0,
    nodelist: &[HNODE],
    lpszreason: P1,
) -> u32
where P0: Param<HGROUP>, P1: Param<PCWSTR>,