pub fn syscall_name_x86_64(num: u64) -> Option<&'static str>
Returns the syscall name for x86_64 syscall number, or None if unknown.
None