pub fn sys_stat( path_ptr: u64, path_len: u64, stat_ptr: u64, ) -> Result<u64, SyscallError>
Syscall handler for stat (by path).