Function __assert_fail

pub unsafe fn __assert_fail(message: *const u8, file: *const u8, line: u32, function: *const u8)

Syscall to be used whenever the assert expression produces a false value.

Syscall arguments:

Source: PTX Interoperability.