Skip to main content

ipsetcallback_

Function ipsetcallback_ 

Source
#[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.