[][src]Function z3_sys::Z3_mk_bv_sort

pub unsafe extern "C" fn Z3_mk_bv_sort(c: Z3_context, sz: c_uint) -> Z3_sort

Create a bit-vector type of the given size.

This type can also be seen as a machine integer.

NOTE: The size of the bit-vector type must be greater than zero.