Function MPI_Scatterv

extern(C) int MPI_Scatterv (
  void* sendbuf,
  int* sendcounts,
  int* displs,
  void* sendtype,
  void* recvbuf,
  int recvcount,
  void* recvtype,
  int root,
  void* comm
);