Function MPI_Rsend_init

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