#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_test_assert_eq_str(
stack: Stack,
) -> StackExpand description
Assert that two strings are equal
Stack effect: ( expected actual – )
Records failure if strings differ, records pass otherwise.
§Safety
Stack must have two Strings on top