pub unsafe fn syscall1_noreturn(sysno: Sysno, arg0: usize) -> !
Expand description

Make a raw system call with 7 arguments. It’s assured that it will not return.

Safety

A system call is unsafe by definition. It’s the caller’s responsibility to ensure safety.