pub extern "C" fn runtime_clone_boxed_array( src: i64, off: i64, len: i64, ) -> i64
Clone a sub-range of a boxed array: src[off..off+len].