Function MPI_Exscan

extern(C) int MPI_Exscan (
  void* sendbuf,
  void* recvbuf,
  int count,
  void* datatype,
  void* op,
  void* comm
);