pub unsafe extern "C" fn CVodeSetConstraintsB(
    cvode_mem: *mut c_void,
    which: c_int,
    constraintsB: N_Vector
) -> c_int