[][src]Type Definition sundials_sys::IDAResFn

type IDAResFn = Option<unsafe extern "C" fn(tt: realtype, yy: N_Vector, yp: N_Vector, rr: N_Vector, user_data: *mut c_void) -> c_int>;