I'm trying to figure out how to write a C Preprocessor macro that can accept a partial function name and a piece of text to append to the function name along with a set of arguments to create the actual function name and function call. The idea is to combine the first two macro arguments to create a function name and then add the rest of the macro arguments as arguments for the function name created.I'm trying to figure out how to write a C Prepr