pub unsafe extern "C" fn Z3_tactic_using_params(
    c: Z3_context,
    t: Z3_tactic,
    p: Z3_params
) -> Z3_tactic
Expand description

Return a tactic that applies t using the given set of parameters.