Type Definition sundials_sys::IDARootFn

source ·
pub type IDARootFn = Option<unsafe extern "C" fn(t: realtype, y: N_Vector, yp: N_Vector, gout: *mut realtype, user_data: *mut c_void) -> c_int>;