For Example. I have this function -> Sort(void * param) in which there is a generic parameter. I need to understand what is the type of the parameter passed
Sort(void * param)