pub unsafe extern "C" fn Z3_to_func_decl(
c: Z3_context,
a: Z3_ast,
) -> Z3_func_declExpand description
Convert an AST into a Z3_func_decl. This is just type casting.
§Preconditions:
Z3_get_ast_kind(c, a) == AstKind::FuncDecl
pub unsafe extern "C" fn Z3_to_func_decl(
c: Z3_context,
a: Z3_ast,
) -> Z3_func_declConvert an AST into a Z3_func_decl. This is just type casting.
Z3_get_ast_kind(c, a) == AstKind::FuncDecl