pub unsafe extern "C" fn Z3_get_decl_func_decl_parameter(
    c: Z3_context,
    d: Z3_func_decl,
    idx: c_uint
) -> 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