pub fn init(allocator: std.mem.Allocator, options: InitOptions) BitcodeReader
pub fn init(allocator: std.mem.Allocator, options: InitOptions) BitcodeReader { return .{ .allocator = allocator, .record_arena = .{}, .reader = options.reader, .keep_names = options.keep_names, .bit_buffer = 0, .bit_offset = 0, .stack = .empty, .block_info = .empty, }; }