pub unsafe extern "C" fn Z3_params_to_string(
    c: Z3_context,
    p: Z3_params
) -> Z3_string
Expand description

Convert a parameter set into a string. This function is mainly used for printing the contents of a parameter set.