Copies a single Dart string into its C memory equivalent.
See also:
toCharsPointerPointer
Pointer<Char> copyToNative() => toNativeUtf8().cast<Char>();