pub fn syscall1(n: SyscallNumber, a0: isize) -> Result<isize, FtlError>
Invokes a system call with 1 argument.