List of functions which external algorithm libraries must implement
#include <adas/adas_external_algo.h>
typedef struct adas_ext_algorithm adas_ext_algorithm_t;
The library for the external algorithm must create an instance of this structure that is named adas_ext_algorithm_defs and will be linked by the ADAS library to integrate this algorithm.