Function MPI_Type_vector

extern(C) int MPI_Type_vector (
  int count,
  int blocklength,
  int stride,
  void* oldtype,
  void** newtype
);