pub unsafe fn fd_filestat_get(fd: Fd) -> Result<Filestat, Errno>
Expand description

Return the attributes of an open file.

Return

The buffer where the file’s attributes are stored.