pub unsafe extern "C" fn Z3_mk_bit2bool( c: Z3_context, i: c_uint, t1: Z3_ast, ) -> Option<Z3_ast>
Extracts the bit at position i of a bit-vector and yields a boolean.
i
The node t1 must have a bit-vector sort.
t1