Type Definition Z3_bool
z3_sys
type Z3_bool = c_int;
Z3 Boolean type. It is just an alias for int.
int