UnloadUTF8 method

void UnloadUTF8(
  1. Pointer<Char> text
)

Implementation

void UnloadUTF8(Pointer<Char> text) {
  return _UnloadUTF8(text);
}