pub unsafe fn ResUtilEnumGroups<P0, P1>(
    hcluster: P0,
    hself: P1,
    prescallback: LPGROUP_CALLBACK_EX,
    pparameter: *mut c_void
) -> u32
where P0: IntoParam<HCLUSTER>, P1: IntoParam<HGROUP>,