pub unsafe extern "C" fn Z3_mk_string_symbol(
    c: Z3_context,
    s: Z3_string
) -> Z3_symbol
Expand description

Create a Z3 symbol using a C string.

Symbols are used to name several term and type constructors.

See also: