Typedef anj_close_external_data_t

Typedef Documentation

typedef void anj_close_external_data_t(void *user_args)

Callback to clean up the external data source.

Invoked after reading completes (successfully or with error), unless anj_open_external_data_t failed. Can be used to close file descriptors, release memory, or reset state.

Param user_args:

Application-defined pointer.