pub unsafe extern "C" fn Z3_get_decl_int_parameter(
c: Z3_context,
d: Z3_func_decl,
idx: c_uint,
) -> c_intExpand description
Return the integer value associated with an integer parameter.
ยงPreconditions:
Z3_get_decl_parameter_kind(c, d, idx) == ParameterKind::Int