pub unsafe extern "C" fn Z3_mk_zero_ext(
c: Z3_context,
i: c_uint,
t1: Z3_ast,
) -> Z3_astExpand description
Extend the given bit-vector with zeros to the (unsigned) equivalent
bit-vector of size m+i, where m is the size of the
given bit-vector.
The node t1 must have a bit-vector sort.