StringUtf16Pointer extension
Extension method for converting a String to a Pointer<Utf16>.
- on
Methods
- 
  toNativeUtf16({Allocator allocator = malloc}) → Pointer< Utf16> 
- 
      Available on String, provided by the StringUtf16Pointer extension Creates a zero-terminated Utf16 code-unit array from this String.