#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_test_has_failures(
stack: Stack,
) -> StackExpand description
Check if any assertions failed
Stack effect: ( – Int )
Returns 1 if there are failures, 0 if all passed.
§Safety
Stack pointer must be valid