pub unsafe extern "C" fn Z3_get_app_decl(
c: Z3_context,
a: Z3_app,
) -> Z3_func_declExpand description
Return the declaration of a constant or function application.
pub unsafe extern "C" fn Z3_get_app_decl(
c: Z3_context,
a: Z3_app,
) -> Z3_func_declReturn the declaration of a constant or function application.