resvg_options_destroy method

void resvg_options_destroy(
  1. Pointer<resvg_options> opt
)

@brief Destroys the #resvg_options.

Implementation

void resvg_options_destroy(
  ffi.Pointer<resvg_options> opt,
) {
  return _resvg_options_destroy(
    opt,
  );
}