free method
void
free()
Frees the slot itself (NOT the string fields — throwIfError handles those when an error is present).
Implementation
void free() => module.free(ptr);
Frees the slot itself (NOT the string fields — throwIfError handles those when an error is present).
void free() => module.free(ptr);