pub unsafe extern "C" fn CVodeSStolerancesB(
    cvode_mem: *mut c_void,
    which: c_int,
    reltolB: realtype,
    abstolB: realtype
) -> c_int