func _io_ctl(fd: Int, op: Int, arg: Int) 'io -> IntSends runtime control operation op and integer arg to fd.View Sourcepub func _io_ctl(fd: Int, op: Int, arg: Int) 'io -> Int { 'io(request: .ctl(fd, op, arg)) }