#include <aoi.h> AOIStream_t *(*Open)(const char *name, const char *mode);
This function should open the stream with the given name in the mode.
A pointer to an AOIStream_t instance, or NULL if the function can't open the given stream in the given mode.