Type Alias Syscall

Source
type Syscall = fn(&mut InterruptAllSavedState) -> SyscallResult;