Function MPI_Testany

extern(C) int MPI_Testany (
  int count,
  void*[] array_of_requests,
  int* index,
  int* flag,
  MPI_Status* status
);