pub type Z3_decide_eh = Option<unsafe extern "C" fn(ctx: *mut c_void, cb: Z3_solver_callback, t: Z3_ast, idx: c_uint, phase: bool)>;Expand description
Callback invoked when the solver makes a decision during propagation.
Aliased Type§
pub enum Z3_decide_eh {
None,
Some(unsafe extern "C" fn(*mut c_void, NonNull<_Z3_solver_callback>, NonNull<_Z3_ast>, u32, bool)),
}