remove_fd
struct file_descriptor* descriptor = remove_fd(context, fd);
static struct file_descriptor* remove_fd(struct io_context* context, int fd);
struct file_descriptor *descriptor = remove_fd(io, fd);