#[unsafe(no_mangle)]pub unsafe extern "C" fn ipsetcallback_(
fproblem: *mut *mut c_void,
inter_cb: FIntermediate_CB,
)Expand description
ipsetcallback_(FProblem, INTER_CB) โ install a Fortran-side
intermediate callback.
ยงSafety
fproblem must be valid; inter_cb must be a valid Fortran
callback for the lifetime of the problem.