pub(crate) unsafe fn raw_syscall( nr: usize, a1: usize, a2: usize, a3: usize, ) -> usize
Implements raw syscall.