pub unsafe fn PeerCollabAsyncInviteEndpoint<P0>(
    pcendpoint: *const PEER_ENDPOINT,
    pcinvitation: *const PEER_INVITATION,
    hevent: P0,
    phinvitation: Option<*mut HANDLE>
) -> Result<()>
where P0: IntoParam<HANDLE>,