Function MPI_Type_contiguous

extern(C) int MPI_Type_contiguous (
  int count,
  void* oldtype,
  void** newtype
);