pub unsafe extern "C" fn CVodeInitB( cvode_mem: *mut c_void, which: c_int, fB: CVRhsFnB, tB0: sunrealtype, yB0: N_Vector, ) -> c_int