[][src]Function z3_sys::Z3_mk_bvneg

pub unsafe extern "C" fn Z3_mk_bvneg(c: Z3_context, t1: Z3_ast) -> Z3_ast

Standard two's complement unary minus.

The node t1 must have bit-vector sort.