pub unsafe extern "C" fn optimizer_options_run_validator(
    options: *mut OptimizerOptions,
    run: bool
)
Expand description

Records whether or not the optimizer should run the validator before optimizing. If |val| is true, the validator will be run.