pub unsafe extern "C" fn Z3_mk_re_diff( c: Z3_context, re1: Z3_ast, re2: Z3_ast, ) -> Option<Z3_ast>
Create the difference of regular expressions.
Requires Z3 4.8.14 or later.