Function MPI_Ssend

extern(C) int MPI_Ssend (
  void* buf,
  int count,
  void* datatype,
  int dest,
  int tag,
  void* comm
);