pub unsafe extern "C" fn Z3_mk_set_difference( c: Z3_context, arg1: Z3_ast, arg2: Z3_ast, ) -> Option<Z3_ast>
Take the set difference between two sets.