Type Definition sundials_sys::CVQuadSensRhsFn[][src]

type CVQuadSensRhsFn = Option<unsafe extern "C" fn(Ns: c_int, t: realtype, y: N_Vector, yS: *mut N_Vector, yQdot: N_Vector, yQSdot: *mut N_Vector, user_data: *mut c_void, tmp: N_Vector, tmpQ: N_Vector) -> c_int>;