resvg_options_destroy method
@brief Destroys the #resvg_options.
Implementation
void resvg_options_destroy(
ffi.Pointer<resvg_options> opt,
) {
return _resvg_options_destroy(
opt,
);
}
@brief Destroys the #resvg_options.
void resvg_options_destroy(
ffi.Pointer<resvg_options> opt,
) {
return _resvg_options_destroy(
opt,
);
}