pub unsafe fn SetClusterGroupNodeList<P0>(
    hgroup: P0,
    nodelist: Option<&[HNODE]>
) -> u32
where P0: IntoParam<HGROUP>,