Example Code
void func(int inParam, int* inOutParam, int* OutParam);
void func2(char& inOutParam);