Function MPI_Irecv

extern(C) int MPI_Irecv (
  void* buf,
  int count,
  void* datatype,
  int source,
  int tag,
  void* comm,
  void** request
);