Function MPI_Alltoallv

extern(C) int MPI_Alltoallv (
  void* sendbuf,
  int* sendcounts,
  int* sdispls,
  void* sendtype,
  void* recvbuf,
  int* recvcounts,
  int* rdispls,
  void* recvtype,
  void* comm
);