UnloadUTF8 function

void UnloadUTF8(
  1. MemoryPointer<RChar> text
)

See RaylibCoreFlatModule.UnloadUTF8.

Implementation

void UnloadUTF8(
  MemoryPointer<RChar> text,
) => _module.UnloadUTF8(text);