pub type TRACT_RESULT = c_uint;
Used as a return type of functions that can encounter errors. If the function encountered an error, you can retrieve it using the tract_get_last_error function
tract_get_last_error