Adds ability to do "memcpy" with memoryview objects, such as: m1[0:3] = m2[2:5].
This is intended to improve coverage of the test suite.