stringFree static method
Free a string that was allocated by syni_string_free (rare — usually
the high-level methods handle this for callers).
Implementation
static void stringFree(Pointer<Utf8> ptr) {
initialize();
_stringFree!(ptr);
}
Free a string that was allocated by syni_string_free (rare — usually
the high-level methods handle this for callers).
static void stringFree(Pointer<Utf8> ptr) {
initialize();
_stringFree!(ptr);
}