Function MPI_Scatter

extern(C) int MPI_Scatter (
  void* sendbuf,
  int sendcount,
  void* sendtype,
  void* recvbuf,
  int recvcount,
  void* recvtype,
  int root,
  void* comm
);