pub unsafe extern "C" fn Z3_mk_string(
c: Z3_context,
s: Z3_string,
) -> Option<Z3_ast>Expand description
Create a string constant out of the string that is passed in
pub unsafe extern "C" fn Z3_mk_string(
c: Z3_context,
s: Z3_string,
) -> Option<Z3_ast>Create a string constant out of the string that is passed in