Type Definition sundials_sys::CVQuadRhsFnBS[][src]

type CVQuadRhsFnBS = Option<unsafe extern "C" fn(t: realtype, y: N_Vector, yS: *mut N_Vector, yB: N_Vector, qBdot: N_Vector, user_dataB: *mut c_void) -> c_int>;