func _io_arg_copy(index: Int, buf: RawPtr) 'io -> IntCopies argument index into buf; returns bytes copied or a negative errno.View Sourcepub func _io_arg_copy(index: Int, buf: RawPtr) 'io -> Int { 'io(request: .arg_copy(index, buf)) }