pub type cujson_status = i32;
Mirrors cujson_status (cujson_capi.h). A plain i32, not a Rust enum, because the value comes from C and an out-of-range value from a future header change must not be undefined behavior to hold.
cujson_status
i32
enum