This function allocates sufficient memory for an array of objects of a specified size.
size_t num; size_t size; somToken rc; rc = (*SomCalloc)(num, size);