freeStructFields method
Deallocates any memory on the struct that would be missed simply by
calling calloc.free(struct), which the parent who called this method
will do after this method completes.
Implementation
@override
void freeStructFields(bindings.EmbedderOptions struct) {
// no-op; nothing to free
}