SPI read write for 32bits data

This is an example C code that I got from a website for this IC. They wrote their own function call SPI_Read. How can I use SPI.h in the arduino library to help me read this 32bits data? Sorry I made a mistake all are unsigned long.

Read_Data=SPI_Read(0x03FEFEFE);

Hope all expert can help. Thanks a lot