Function Z3_to_func_decl

Source
pub unsafe extern "C" fn Z3_to_func_decl(
    c: Z3_context,
    a: Z3_ast,
) -> Z3_func_decl
Expand description

Convert an AST into a Z3_func_decl. This is just type casting.

§Preconditions:

  • Z3_get_ast_kind(c, a) == AstKind::FuncDecl

§See also: