fn test_syscall<P>( task: &Arc<Task<P>>, a: usize, b: usize, c: usize, d: usize, e: usize ) -> usizewhere P: Platform,