pub unsafe extern "C" fn mk_string(
tm: *mut TermManager,
s: *const c_char,
use_esc_seq: bool,
) -> TermExpand description
Create a String constant from a regular character string which may contain
SMT-LIB compatible escape sequences like \u1234 to encode unicode
characters.
@param tm The term manager instance.
@param s The string this constant represents.
@param use_esc_seq Determines whether escape sequences in s should.
be converted to the corresponding unicode character
@return The String constant.