[][src]Function z3_sys::Z3_func_decl_to_ast

pub unsafe extern "C" fn Z3_func_decl_to_ast(
    c: Z3_context,
    f: Z3_func_decl
) -> Z3_ast

Convert a Z3_func_decl into Z3_ast. This is just type casting.