[][src]Type Definition sundials_sys::KINLsJacTimesVecFn

type KINLsJacTimesVecFn = Option<unsafe extern "C" fn(v: N_Vector, Jv: N_Vector, uu: N_Vector, new_uu: *mut c_int, J_data: *mut c_void) -> c_int>;