# Functions
GetSyscallArgs returns the arguments of a system call.
GetSyscallID returns the id of a syscall based on its name returns -1, if no system call was found.
GetSyscallName returns the name of a syscall based on its i d.
# Structs
SyscallArgInfo is the name and the type (as string) of a syscall argument.
# Type aliases
SyscallArgs is the arguments for a given syscall.