Type Definition sundials_sys::CVQuadRhsFn[][src]

type CVQuadRhsFn = Option<unsafe extern "C" fn(t: realtype, y: N_Vector, yQdot: N_Vector, user_data: *mut c_void) -> c_int>;