Type Definition sundials_sys::CVSensRhsFn[][src]

type CVSensRhsFn = Option<unsafe extern "C" fn(Ns: c_int, t: realtype, y: N_Vector, ydot: N_Vector, yS: *mut N_Vector, ySdot: *mut N_Vector, user_data: *mut c_void, tmp1: N_Vector, tmp2: N_Vector) -> c_int>;