Function MPI_Reduce_scatter

extern(C) int MPI_Reduce_scatter (
  void* sendbuf,
  void* recvbuf,
  int* recvcounts,
  void* datatype,
  void* op,
  void* comm
);