pub const Options = struct
pub const Options = struct { gpa: mem.Allocator, comp: *aro.Compilation, pp: *const aro.Preprocessor, tree: *const aro.Tree, module_libs: bool, pub_static: bool, func_bodies: bool, keep_macro_literals: bool, default_init: bool, strict_flex_arrays: StrictFlexArraysLevel, }