insert_memory_file(+Handle,
+Offset, +Data)Insert Data into the memory file at location Offset.
The offset is specified in characters. Data can be an atom,
string, code or character list. Other terms are first serialized using writeq/1.
This predicate raises a domain_error exception if Offset is
out of range and a permission_error if the memory file is read-only or
opened.