MPI_Unpack

int MPI_Unpack(void*, int, int *, void *, int, MPI_Datatype, MPI_Comm);
Unpacks the message into the specified receive buffer from the specified packed buffer.