pub fn array_lift_memory<R: RecordResolvable, MV: MemoryView<Store>, Store: Store>(
    store: &mut <Store as Store>::ActualStore<'_>,
    lifter: &ILifter<'_, R, MV, Store>,
    value_type: &IType,
    offset: u32,
    elements_count: u32
) -> LiResult<IValue>