pub unsafe extern "C" fn Z3_mk_bvsub( c: Z3_context, t1: Z3_ast, t2: Z3_ast, ) -> Option<Z3_ast>
Standard two’s complement subtraction.
The nodes t1 and t2 must have the same bit-vector sort.
t1
t2