How do you write a function prototype for a function called protoFunc, which is passed two integer parameters and returns nothing using the C language?

Also, how do you write a function prototype for a function called thatFunc, which is passed two float address pointers and returns a float?