pub const Options = struct
pub const Options = struct { style: Style = .blank, max_bytes: ?u64 = null, include_path: ?[]const u8 = null, include_guard: ?[]const u8 = null, first_ret_addr: ?usize = null, }