Function array_join

Source
pub unsafe extern "C" fn array_join(
    dest: *mut Array,
    src: *const Array,
    func_copy: FPtr_scopy,
)