To unpack data:
  mpi_unpack (inbuf, insize, position,
              outbuf, outcount, datatype,
              comm, ierr)
This extracts outcount items of specified datatype from the buffer inbuf, starting at offset position, and stores in the buffer outbuf.