const ParentBatchContext = struct
const ParentBatchContext = struct { input_cvs: [][8]u32, output_cvs: [][8]u32, start_idx: usize, end_idx: usize, key: [8]u32, flags: Flags, }