If you want to define a parameter to be a pointer
parameter, rather than an ordinary call-by-value parameter, then
add an asterisk to the parameter type specification in the
parameter list:
data type function name
(..., data type *parameter name, ...)