pub unsafe extern "C" fn Z3_fixedpoint_init(
c: Z3_context,
d: Z3_fixedpoint,
state: *mut c_void,
)Expand description
Initialize the context with a user-defined state.
pub unsafe extern "C" fn Z3_fixedpoint_init(
c: Z3_context,
d: Z3_fixedpoint,
state: *mut c_void,
)Initialize the context with a user-defined state.