public static func seek(fromCurrent bytes: OSOffsetInt, in opened: Open<FilePath>) throws {
        guard let descriptor = opened.descriptor else {
            throw ClosedDescriptorError.alreadyClosed
        }