Currently, [writing strings to](https://github.com/objectbox/objectbox-dart/blob/master/lib/src/ffi/cstring.dart#L13) and [reading strings from](https://github.com/objectbox/objectbox-dart/blob/master/lib/src/ffi/cstring.dart#L26) memory is done character by character. Try to find a more efficient method to do that. Is mostly related to CString (#7), but also memory chunks in general.