pub fn fcntl_setfl<Fd>(fd: Fd, flags: OFlags) -> Result<(), Errno> ⓘwhere Fd: AsFd,
dep_rustix
fcntl(fd, F_SETFL, flags)—Sets a file descriptor’s status.
fcntl(fd, F_SETFL, flags)