Variable MPI_Status.reserved

struct MPI_Status
{
  // ...
  int[10] reserved;
  // ...
}