pub unsafe extern "C" fn fd_fdstat_get(arg0: i32, arg1: i32) -> i32
Get the attributes of a file descriptor. Note: This returns similar flags to fsync(fd, F_GETFL) in POSIX, as well as additional fields.
fsync(fd, F_GETFL)