Function MPI_Type_indexed
extern(C) int MPI_Type_indexed
(
int count,
int[] array_of_blocklengths,
int[] array_of_displacements,
void* oldtype,
void** newtype
);
extern(C) int MPI_Type_indexed
(
int count,
int[] array_of_blocklengths,
int[] array_of_displacements,
void* oldtype,
void** newtype
);