UnloadCodepoints function

void UnloadCodepoints(
  1. Pointer<Int> codepoints
)

Implementation

void UnloadCodepoints(Pointer<Int> codepoints) => _module.UnloadCodepoints(codepoints);