Function MPI_Rsend

extern(C) int MPI_Rsend (
  void* ibuf,
  int count,
  void* datatype,
  int dest,
  int tag,
  void* comm
);