In this case, it allows sending a data structure of any type / size. All that needs be supplied is the address of the data (cast to a 'uint8_t *') and the number of bytes to send.
There are plenty of good references to learn about pointers. Try some internet searches or buy a good programming book.