Type Definition sundials_sys::CVSensRhs1Fn

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