Initialize model with path void initModel(const char* model_path)
void initModel(ffi.Pointer<ffi.Char> modelPath) { return _initModel(modelPath); }