pub unsafe fn MgmGroupEnumerationStart<P0>(
    hprotocol: P0,
    metenumtype: MGM_ENUM_TYPES,
    phenumhandle: *mut HANDLE
) -> u32
where P0: IntoParam<HANDLE>,