the data type of the arguments received by this function
if an argType is defined as void, with array dimensions=0, it means accept any type. if an argType is defined as void with array dimensions>0, it means array of any type of that dimensions
See Implementation
the data type of the arguments received by this function
if an argType is defined as void, with array dimensions=0, it means accept any type. if an argType is defined as void with array dimensions>0, it means array of any type of that dimensions