Type Alias Z3_string

Source
pub type Z3_string = *const c_char;
Expand description

Z3 string type. It is just an alias for const char *.