``` typedef struct { const void* ptr; int size; // byte_size; const char* input_name; const char* graph_name; const int* shape; int ndims; } Input; typedef void* ModelHandel; typedef void* InferHandel; ```