TextInsertAlloc function
Implementation
Pointer<Char> TextInsertAlloc(
Pointer<Char> text,
Pointer<Char> insert,
int position,
) => _module.TextInsertAlloc(text, insert, position);
Pointer<Char> TextInsertAlloc(
Pointer<Char> text,
Pointer<Char> insert,
int position,
) => _module.TextInsertAlloc(text, insert, position);