Function MPI_Bcast

extern(C) int MPI_Bcast (
  void* buffer,
  int count,
  void* datatype,
  int root,
  void* comm
);