[self insertArrangedSubview:(UIView)view atIndex:(NSUInteger)stackIndex]
# Wraps: `[self insertArrangedSubview:(UIView)view atIndex:(NSUInteger)stackIndex]`
fun insert_arranged_subview_at_index(view: UIView, stack_index: Int) in "ObjC" `{
[self insertArrangedSubview: view atIndex: stack_index];
`}
lib/ios/ui/uikit.nit:496,2--499,3