typedef unsigned long foo; int arrayTest(long context, foo * array ); int bufferTest(void * object); int manyBuffersTest(void * object1, void * object2, void * object3, void * object4, void * object5); int mixedTest(long context, void * object, foo * array ); int doubleTest(long context, void * object1, foo * array1, void * object2, foo * array2 );