pub unsafe extern "C" fn arrayEnsureCapacity( items: *mut *mut c_void, length: usize, capacity: *mut usize, itemSize: usize, ) -> bool