MAMAExpDLL mama_status mamaIo_create(mamaIo *result, mamaQueue queue, uint32_t descriptor, mamaIoCb action, mamaIoType ioType, void *closure)
Create a IO handler.
void(MAMACALLTYPE * mamaIoCb)(mamaIo io, mamaIoType ioType, void *closure)
Prototype for callback invoked by IO handler.
Definition: io.h:62