pub async fn structure_batch(
file: PathBuf,
ops: String,
dry_run: bool,
in_place: bool,
output: Option<PathBuf>,
force: bool,
formula_parse_policy: Option<FormulaParsePolicy>,
impact_report: bool,
show_formula_delta: bool,
) -> Result<Value>