pub type obj_error_t = i32;
Numeric type carried by obj_error_t. Aliased so the cbindgen header emits typedef int32_t obj_error_t; rather than a bare int32_t everywhere.
obj_error_t
typedef int32_t obj_error_t;
int32_t