pub unsafe extern "C" fn CVodeInitBS( cvode_mem: *mut c_void, which: c_int, fBs: CVRhsFnBS, tB0: sunrealtype, yB0: N_Vector, ) -> c_int