pub unsafe extern "C" fn Z3_get_decl_func_decl_parameter(
c: Z3_context,
d: Z3_func_decl,
idx: c_uint,
) -> Option<Z3_func_decl>Expand description
Return the expression value associated with an expression parameter.
ยงPreconditions:
Z3_get_decl_parameter_kind(c, d, idx) == ParameterKind::FuncDecl