Function MPI_Send_init

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