pub unsafe extern "C" fn CVodeGetQuadB(
    cvode_mem: *mut c_void,
    which: c_int,
    tBret: *mut realtype,
    qB: N_Vector
) -> c_int