I want to write a bytearray type into a memoryview type. What I tried:
my_memory_view = memoryview(b\'hello\') new_byte_st