Function MPI_Ibsend

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