pub fn sys_access( path_ptr: u64, path_len: u64, mode: u64, ) -> Result<u64, SyscallError>
SYS_ACCESS (413): Check file access permissions without opening a FD.