pub unsafe fn PeerGroupRegisterEvent<P0>(
    hgroup: *const c_void,
    hevent: P0,
    peventregistrations: &[PEER_GROUP_EVENT_REGISTRATION],
    phpeerevent: *mut *mut c_void
) -> Result<()>
where P0: IntoParam<HANDLE>,