func _io_close(fd: Int) 'io -> IntCloses fd; returns zero or a negative errno.View Sourcepub func _io_close(fd: Int) 'io -> Int { 'io(request: .close(fd)) }