Function MPI_Type_create_indexed_block

extern(C) int MPI_Type_create_indexed_block (
  int count,
  int blocklength,
  int[] array_of_displacements,
  void* oldtype,
  void** newtype
);