Handles
#include "examples.h"
void CAEN_MCA_EXAMPLES_GetHandles(int32_t devidx) {
assert(library != NULL);
assert(device != NULL);
assert(channel_0 != NULL);
assert(channel_1 != NULL);
assert(channel_0_library == NULL);
assert(parameter != NULL);
assert(collection != NULL);
}