pub fn sys_stat( path_ptr: u64, path_len: u64, stat_ptr: u64, ) -> Result<u64, SyscallError>
SYS_STAT (409): Get file status by path.