pub unsafe extern "C" fn fd_fdstat_set_flags( arg0: i32, arg1: i32, ) -> i32
Adjust the flags associated with a file descriptor. Note: This is similar to fcntl(fd, F_SETFL, flags) in POSIX.
fcntl(fd, F_SETFL, flags)