pub type TfLiteInterpreterCreateF = unsafe extern "C" fn(model: *const TfLiteModel, options: *const TfLiteInterpreterOptions) -> *mut TfLiteInterpreter;pub type TfLiteInterpreterCreateF = unsafe extern "C" fn(model: *const TfLiteModel, options: *const TfLiteInterpreterOptions) -> *mut TfLiteInterpreter;