pub unsafe extern "C" fn CVodeQuadInitB(
    cvode_mem: *mut c_void,
    which: c_int,
    fQB: CVQuadRhsFnB,
    yQB0: N_Vector
) -> c_int