pub unsafe fn ClusterGroupEnum<P0>(
    hgroupenum: P0,
    dwindex: u32,
    lpdwtype: *mut u32,
    lpszresourcename: PWSTR,
    lpcchname: *mut u32
) -> u32
where P0: IntoParam<HGROUPENUM>,