pub fn close_fd(fd: RawSource) -> Result<()>
Close a file descriptor.
Returns io::Error if close fails (e.g. EBADF, EIO).
io::Error
close