Function validate_system_witness_with_prove_verify

Source
pub fn validate_system_witness_with_prove_verify<U>(
    cs: &ConstraintSystem<B128>,
    witness: WitnessIndex<'_, '_, PackedType<U, B128>>,
    boundaries: Vec<Boundary<B128>>,
    prove_verify: bool,
)